#5DFCF7

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

Shades of Baby Blue #5DFCF7

Tints of Baby Blue #5DFCF7

Color information

#5DFCF7 (or 0x5DFCF7) is unknown color: approx Baby Blue. HEX triplet: 5D, FC and F7. RGB value is (93,252,247). Sum of RGB (Red+Green+Blue) = 93+252+247=592 (78% of max value = 765). Red value is 93 (36.72% from 255 or 15.71% from 592); Green value is 252 (98.83% from 255 or 42.57% from 592); Blue value is 247 (96.88% from 255 or 41.72% from 592); Max value from RGB is 252 - color contains mainly: green. Hex color #5DFCF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DFCF7 is #A20308. Grayscale: #CBCBCB. Windows color (decimal): -10617609 or 16251997. OLE color: 16251997.

HSL color Cylindrical-coordinate representation of color #5DFCF7: hue angle of 178.11º 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 #5DFCF7 is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB93252247-
CMYK0.6300.020.01
HSL178.11º96.36%67.65%-
HSV(B)178.11º63.1%98.82%-
XYZ56.1178.66100.22-
YUV203.89152.3248.91-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 15.71%
GREEN value IS 252 (98.83% from 255) = 42.57%
BLUE value IS 247 (96.88% from 255) = 41.72%
R=15.71%
G=42.57%
B=41.72%

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
Decimal932522470.6300.020.01178.1196.3667.65
Hex5DFCF73F021b26044
Octal13537436777021262140104
Binary1011101111111001111011111111101011011001011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DFCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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