#5CF4EA

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

Shades of Baby Blue #5CF4EA

Tints of Baby Blue #5CF4EA

Color information

#5CF4EA (or 0x5CF4EA) is unknown color: approx Baby Blue. HEX triplet: 5C, F4 and EA. RGB value is (92,244,234). Sum of RGB (Red+Green+Blue) = 92+244+234=570 (75% of max value = 765). Red value is 92 (36.33% from 255 or 16.14% from 570); Green value is 244 (95.70% from 255 or 42.81% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 244 - color contains mainly: green. Hex color #5CF4EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CF4EA is #A30B15. Grayscale: #C5C5C5. Windows color (decimal): -10685206 or 15397980. OLE color: 15397980.

HSL color Cylindrical-coordinate representation of color #5CF4EA: hue angle of 176.05º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CF4EA is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB92244234-
CMYK0.6200.040.04
HSL176.05º87.36%65.88%-
HSV(B)176.05º62.3%95.69%-
XYZ51.6272.9289.2-
YUV197.41148.6452.81-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 16.14%
GREEN value IS 244 (95.70% from 255) = 42.81%
BLUE value IS 234 (91.80% from 255) = 41.05%
R=16.14%
G=42.81%
B=41.05%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal922442340.6200.040.04176.0587.3665.88
Hex5CF4EA3E044b05742
Octal13436435276044260127102
Binary1011100111101001110101011111001001001011000010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CF4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,244,234); }

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

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

 a { background-color: rgb(92,244,234); }

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

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

 span { border-color: rgb(92,244,234); }

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