#31 DeepSkyBlue3
#0087AF
ExtendedHEX#0087AF
RGB0, 135, 175
HSL194°, 100%, 34%
CMYK100%, 23%, 0%, 31%
Xterm ID31
GrupoExtended
Códigos de Terminal
Foreground (texto)
\x1b[38;5;31m Background (fondo)
\x1b[48;5;31m Bash echo
echo -e "\033[38;5;31mTexto\033[0m" Python
print(f"\033[38;5;31mTexto\033[0m") CSS
Color HEX
color: #0087AF; Color RGB
color: rgb(0, 135, 175); Background
background-color: #0087AF;