#5CFCE0

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

Shades of Baby Blue #5CFCE0

Tints of Baby Blue #5CFCE0

Color information

#5CFCE0 (or 0x5CFCE0) is unknown color: approx Baby Blue. HEX triplet: 5C, FC and E0. RGB value is (92,252,224). Sum of RGB (Red+Green+Blue) = 92+252+224=568 (75% of max value = 765). Red value is 92 (36.33% from 255 or 16.20% from 568); Green value is 252 (98.83% from 255 or 44.37% from 568); Blue value is 224 (87.89% from 255 or 39.44% from 568); Max value from RGB is 252 - color contains mainly: green. Hex color #5CFCE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CFCE0 is #A3031F. Grayscale: #C8C8C8. Windows color (decimal): -10683168 or 14744668. OLE color: 14744668.

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

Color convert

RGB92252224-
CMYK0.6300.110.01
HSL169.5º96.39%67.45%-
HSV(B)169.5º63.49%98.82%-
XYZ52.6877.2882.66-
YUV200.97140.9950.28-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 16.20%
GREEN value IS 252 (98.83% from 255) = 44.37%
BLUE value IS 224 (87.89% from 255) = 39.44%
R=16.20%
G=44.37%
B=39.44%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal922522240.6300.110.01169.596.3967.45
Hex5CFCE03F0B1aa6043
Octal134374340770131252140103
Binary101110011111100111000001111110101111010101011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CFCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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