#32 DeepSkyBlue3
#0087D7
ExtendedHEX#0087D7
RGB0, 135, 215
HSL202°, 100%, 42%
CMYK100%, 37%, 0%, 16%
Xterm ID32
GrupoExtended
Códigos de Terminal
Foreground (texto)
\x1b[38;5;32m Background (fondo)
\x1b[48;5;32m Bash echo
echo -e "\033[38;5;32mTexto\033[0m" Python
print(f"\033[38;5;32mTexto\033[0m") CSS
Color HEX
color: #0087D7; Color RGB
color: rgb(0, 135, 215); Background
background-color: #0087D7;