#5CFCE9

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

Shades of Baby Blue #5CFCE9

Tints of Baby Blue #5CFCE9

Color information

#5CFCE9 (or 0x5CFCE9) is unknown color: approx Baby Blue. HEX triplet: 5C, FC and E9. RGB value is (92,252,233). Sum of RGB (Red+Green+Blue) = 92+252+233=577 (76% of max value = 765). Red value is 92 (36.33% from 255 or 15.94% from 577); Green value is 252 (98.83% from 255 or 43.67% from 577); Blue value is 233 (91.41% from 255 or 40.38% from 577); Max value from RGB is 252 - color contains mainly: green. Hex color #5CFCE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CFCE9 is #A30316. Grayscale: #C9C9C9. Windows color (decimal): -10683159 or 15334492. OLE color: 15334492.

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

Color convert

RGB92252233-
CMYK0.6300.080.01
HSL172.88º96.39%67.45%-
HSV(B)172.88º63.49%98.82%-
XYZ53.9377.7889.26-
YUV201.99145.4949.54-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 15.94%
GREEN value IS 252 (98.83% from 255) = 43.67%
BLUE value IS 233 (91.41% from 255) = 40.38%
R=15.94%
G=43.67%
B=40.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal922522330.6300.080.01172.8896.3967.45
Hex5CFCE93F081ad6043
Octal134374351770101255140103
Binary101110011111100111010011111110100011010110111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CFCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,252,233); }

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

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

 a { background-color: rgb(92,252,233); }

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

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

 span { border-color: rgb(92,252,233); }

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