Shades of Baby Blue #5EFEEF
Tints of Baby Blue #5EFEEF
RGB
CMYK
RGB Variations
Color information
#5EFEEF (or 0x5EFEEF) is known color: Baby Blue. HEX triplet: 5E, FE and EF. RGB value is (94,254,239). Sum of RGB (Red+Green+Blue) = 94+254+239=587 (77% of max value = 765). Red value is 94 (37.11% from 255 or 16.01% from 587); Green value is 254 (99.61% from 255 or 43.27% from 587); Blue value is 239 (93.75% from 255 or 40.72% from 587); Max value from RGB is 254 - color contains mainly: green. Hex color #5EFEEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EFEEF is #A10110. Grayscale: #CCCCCC. Windows color (decimal): -10551569 or 15728222. OLE color: 15728222.
HSL color Cylindrical-coordinate representation of color #5EFEEF: hue angle of 174.38º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EFEEF is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 94 | 254 | 239 | - |
| CMYK | 0.63 | 0 | 0.06 | 0.00 |
| HSL | 174.38º | 0.99% | 0.68% | - |
| HSV(B) | 174.38º | 0.63% | 1% | - |
| XYZ | 55.64 | 79.5 | 94.07 | - |
| YUV | 204.45 | 147.49 | 49.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 254 | 239 | 0.63 | 0 | 0.06 | 0.00 | 174.38 | 0.99 | 0.68 |
| Hex | 5E | FE | EF | 3F | 0 | 6 | 0 | AE | 63 | 44 |
| Octal | 136 | 376 | 357 | 77 | 0 | 6 | 0 | 256 | 143 | 104 |
| Binary | 1011110 | 11111110 | 11101111 | 111111 | 0 | 110 | 0 | 10101110 | 1100011 | 1000100 |
Color Harmonies of #5EFEEF
Complementary color
Monochromatic Colors of #5EFEEF
Black with #5EFEEF
Text Example
Text Example
White with #5EFEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFEEF; }
p { color: rgb(94,254,239); }
H1.HeaderClassName
{
color: #5EFEEF;
}
.AnyTagClassName
{
color: #5EFEEF;
}
</style>
background-color css
<style>
a { background-color: #5EFEEF; }
a { background-color: rgb(94,254,239); }
div.DivClassName
{
background-color: #5EFEEF;
}
.BgClassName
{
background-color: #5EFEEF;
}
</style>
border-color css
<style>
span { border-color: #5EFEEF; }
span { border-color: rgb(94,254,239); }
td.TdClassName
{
border-color: #5EFEEF;
}
.TagClassName
{
border-color: #5EFEEF;
}
</style>