#5EFDE6

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

Shades of Baby Blue #5EFDE6

Tints of Baby Blue #5EFDE6

Color information

#5EFDE6 (or 0x5EFDE6) is unknown color: approx Baby Blue. HEX triplet: 5E, FD and E6. RGB value is (94,253,230). Sum of RGB (Red+Green+Blue) = 94+253+230=577 (76% of max value = 765). Red value is 94 (37.11% from 255 or 16.29% from 577); Green value is 253 (99.22% from 255 or 43.85% from 577); Blue value is 230 (90.23% from 255 or 39.86% from 577); Max value from RGB is 253 - color contains mainly: green. Hex color #5EFDE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EFDE6 is #A10219. Grayscale: #CACACA. Windows color (decimal): -10551834 or 15138142. OLE color: 15138142.

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

Color convert

RGB94253230-
CMYK0.6300.090.01
HSL171.32º97.55%68.04%-
HSV(B)171.32º62.85%99.22%-
XYZ54.0278.3487.14-
YUV202.84143.3250.37-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 16.29%
GREEN value IS 253 (99.22% from 255) = 43.85%
BLUE value IS 230 (90.23% from 255) = 39.86%
R=16.29%
G=43.85%
B=39.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal942532300.6300.090.01171.3297.5568.04
Hex5EFDE63F091ab6244
Octal136375346770111253142104
Binary101111011111101111001101111110100111010101111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EFDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,253,230); }

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

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

 a { background-color: rgb(94,253,230); }

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

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

 span { border-color: rgb(94,253,230); }

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