#5FFCE8

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

Shades of Baby Blue #5FFCE8

Tints of Baby Blue #5FFCE8

Color information

#5FFCE8 (or 0x5FFCE8) is unknown color: approx Baby Blue. HEX triplet: 5F, FC and E8. RGB value is (95,252,232). Sum of RGB (Red+Green+Blue) = 95+252+232=579 (76% of max value = 765). Red value is 95 (37.5% from 255 or 16.41% from 579); Green value is 252 (98.83% from 255 or 43.52% from 579); Blue value is 232 (91.02% from 255 or 40.07% from 579); Max value from RGB is 252 - color contains mainly: green. Hex color #5FFCE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFCE8 is #A00317. Grayscale: #CACACA. Windows color (decimal): -10486552 or 15268959. OLE color: 15268959.

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

Color convert

RGB95252232-
CMYK0.6200.080.01
HSL172.36º96.32%68.04%-
HSV(B)172.36º62.3%98.82%-
XYZ54.177.8888.53-
YUV202.78144.4951.13-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 16.41%
GREEN value IS 252 (98.83% from 255) = 43.52%
BLUE value IS 232 (91.02% from 255) = 40.07%
R=16.41%
G=43.52%
B=40.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal952522320.6200.080.01172.3696.3268.04
Hex5FFCE83E081ac6044
Octal137374350760101254140104
Binary101111111111100111010001111100100011010110011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FFCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,252,232); }

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

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

 a { background-color: rgb(95,252,232); }

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

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

 span { border-color: rgb(95,252,232); }

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