Shades of Baby Blue #5EFCEB
Tints of Baby Blue #5EFCEB
RGB
CMYK
RGB Variations
Color information
#5EFCEB (or 0x5EFCEB) is known color: Baby Blue. HEX triplet: 5E, FC and EB. RGB value is (94,252,235). Sum of RGB (Red+Green+Blue) = 94+252+235=581 (76% of max value = 765). Red value is 94 (37.11% from 255 or 16.18% from 581); Green value is 252 (98.83% from 255 or 43.37% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 252 - color contains mainly: green. Hex color #5EFCEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EFCEB is #A10314. Grayscale: #CACACA. Windows color (decimal): -10552085 or 15465566. OLE color: 15465566.
HSL color Cylindrical-coordinate representation of color #5EFCEB: hue angle of 173.54º degrees, saturation: 0.96, 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 #5EFCEB is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 94 | 252 | 235 | - |
CMYK | 0.63 | 0 | 0.07 | 0.01 |
HSL | 173.54º | 0.96% | 0.68% | - |
HSV(B) | 173.54º | 0.63% | 0.99% | - |
XYZ | 54.42 | 78 | 90.78 | - |
YUV | 202.82 | 146.15 | 50.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 252 | 235 | 0.63 | 0 | 0.07 | 0.01 | 173.54 | 0.96 | 0.68 |
Hex | 5E | FC | EB | 3F | 0 | 7 | 1 | AE | 60 | 44 |
Octal | 136 | 374 | 353 | 77 | 0 | 7 | 1 | 256 | 140 | 104 |
Binary | 1011110 | 11111100 | 11101011 | 111111 | 0 | 111 | 1 | 10101110 | 1100000 | 1000100 |
Color Harmonies of #5EFCEB
Complementary color
Monochromatic Colors of #5EFCEB
Black with #5EFCEB
Text Example
Text Example
White with #5EFCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFCEB; }
p { color: rgb(94,252,235); }
H1.HeaderClassName
{
color: #5EFCEB;
}
.AnyTagClassName
{
color: #5EFCEB;
}
</style>
background-color css
<style>
a { background-color: #5EFCEB; }
a { background-color: rgb(94,252,235); }
div.DivClassName
{
background-color: #5EFCEB;
}
.BgClassName
{
background-color: #5EFCEB;
}
</style>
border-color css
<style>
span { border-color: #5EFCEB; }
span { border-color: rgb(94,252,235); }
td.TdClassName
{
border-color: #5EFCEB;
}
.TagClassName
{
border-color: #5EFCEB;
}
</style>