#5CFEE2

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

Shades of Baby Blue #5CFEE2

Tints of Baby Blue #5CFEE2

Color information

#5CFEE2 (or 0x5CFEE2) is unknown color: approx Baby Blue. HEX triplet: 5C, FE and E2. RGB value is (92,254,226). Sum of RGB (Red+Green+Blue) = 92+254+226=572 (75% of max value = 765). Red value is 92 (36.33% from 255 or 16.08% from 572); Green value is 254 (99.61% from 255 or 44.41% from 572); Blue value is 226 (88.67% from 255 or 39.51% from 572); Max value from RGB is 254 - color contains mainly: green. Hex color #5CFEE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CFEE2 is #A3011D. Grayscale: #CACACA. Windows color (decimal): -10682654 or 14876252. OLE color: 14876252.

HSL color Cylindrical-coordinate representation of color #5CFEE2: hue angle of 169.63º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CFEE2 is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB92254226-
CMYK0.6400.110.00
HSL169.63º98.78%67.84%-
HSV(B)169.63º63.78%99.61%-
XYZ53.5878.6584.31-
YUV202.37141.3349.28-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 16.08%
GREEN value IS 254 (99.61% from 255) = 44.41%
BLUE value IS 226 (88.67% from 255) = 39.51%
R=16.08%
G=44.41%
B=39.51%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal922542260.6400.110.00169.6398.7867.84
Hex5CFEE2400B0aa6344
Octal1343763421000130252143104
Binary1011100111111101110001010000000101101010101011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CFEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,254,226); }

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

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

 a { background-color: rgb(92,254,226); }

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

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

 span { border-color: rgb(92,254,226); }

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