#5CF2EB

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

Shades of Baby Blue #5CF2EB

Tints of Baby Blue #5CF2EB

Color information

#5CF2EB (or 0x5CF2EB) is unknown color: approx Baby Blue. HEX triplet: 5C, F2 and EB. RGB value is (92,242,235). Sum of RGB (Red+Green+Blue) = 92+242+235=569 (75% of max value = 765). Red value is 92 (36.33% from 255 or 16.17% from 569); Green value is 242 (94.92% from 255 or 42.53% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 242 - color contains mainly: green. Hex color #5CF2EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CF2EB is #A30D14. Grayscale: #C4C4C4. Windows color (decimal): -10685717 or 15463004. OLE color: 15463004.

HSL color Cylindrical-coordinate representation of color #5CF2EB: hue angle of 177.2º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CF2EB is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB92242235-
CMYK0.6200.030.05
HSL177.2º85.23%65.49%-
HSV(B)177.2º61.98%94.9%-
XYZ51.1671.7889.76-
YUV196.35149.853.57-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 16.17%
GREEN value IS 242 (94.92% from 255) = 42.53%
BLUE value IS 235 (92.19% from 255) = 41.30%
R=16.17%
G=42.53%
B=41.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal922422350.6200.030.05177.285.2365.49
Hex5CF2EB3E035b15541
Octal13436235376035261125101
Binary101110011110010111010111111100111011011000110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CF2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,242,235); }

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

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

 a { background-color: rgb(92,242,235); }

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

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

 span { border-color: rgb(92,242,235); }

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