#5DFCF8

Color #5DFCF8 Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #5DFCF8

Tints of Baby Blue #5DFCF8

Color information

#5DFCF8 (or 0x5DFCF8) is unknown color: approx Baby Blue. HEX triplet: 5D, FC and F8. RGB value is (93,252,248). Sum of RGB (Red+Green+Blue) = 93+252+248=593 (78% of max value = 765). Red value is 93 (36.72% from 255 or 15.68% from 593); Green value is 252 (98.83% from 255 or 42.50% from 593); Blue value is 248 (97.27% from 255 or 41.82% from 593); Max value from RGB is 252 - color contains mainly: green. Hex color #5DFCF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DFCF8 is #A20307. Grayscale: #CBCBCB. Windows color (decimal): -10617608 or 16317533. OLE color: 16317533.

HSL color Cylindrical-coordinate representation of color #5DFCF8: hue angle of 178.49º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DFCF8 is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB93252248-
CMYK0.6300.020.01
HSL178.49º96.36%67.65%-
HSV(B)178.49º63.1%98.82%-
XYZ56.2778.73101.04-
YUV204152.8248.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 93 (36.72% from 255) = 15.68%
GREEN value IS 252 (98.83% from 255) = 42.50%
BLUE value IS 248 (97.27% from 255) = 41.82%
R=15.68%
G=42.50%
B=41.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal932522480.6300.020.01178.4996.3667.65
Hex5DFCF83F021b26044
Octal13537437077021262140104
Binary1011101111111001111100011111101011011001011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DFCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5DFCF8; }

 p { color: rgb(93,252,248); }

 H1.HeaderClassName
 {
   color: #5DFCF8;
 }
 .AnyTagClassName
 {
   color: #5DFCF8;
 }
</style>
background-color css

<style>
 a { background-color: #5DFCF8; }

 a { background-color: rgb(93,252,248); }

 div.DivClassName
 {
   background-color: #5DFCF8;
 }
 .BgClassName
 {
   background-color: #5DFCF8;
 }
</style>
border-color css

<style>
 span { border-color: #5DFCF8; }

 span { border-color: rgb(93,252,248); }

 td.TdClassName
 {
   border-color: #5DFCF8;
 }
 .TagClassName
 {
   border-color: #5DFCF8;
 }
</style>