Shades of Baby Blue #5FFEEA
Tints of Baby Blue #5FFEEA
RGB
CMYK
RGB Variations
Color information
#5FFEEA (or 0x5FFEEA) is known color: Baby Blue. HEX triplet: 5F, FE and EA. RGB value is (95,254,234). Sum of RGB (Red+Green+Blue) = 95+254+234=583 (77% of max value = 765). Red value is 95 (37.5% from 255 or 16.30% from 583); Green value is 254 (99.61% from 255 or 43.57% from 583); Blue value is 234 (91.80% from 255 or 40.14% from 583); Max value from RGB is 254 - color contains mainly: green. Hex color #5FFEEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFEEA is #A00115. Grayscale: #CCCCCC. Windows color (decimal): -10486038 or 15400543. OLE color: 15400543.
HSL color Cylindrical-coordinate representation of color #5FFEEA: hue angle of 172.45º 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 #5FFEEA is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 95 | 254 | 234 | - |
| CMYK | 0.63 | 0 | 0.08 | 0.00 |
| HSL | 172.45º | 0.99% | 0.68% | - |
| HSV(B) | 172.45º | 0.63% | 1% | - |
| XYZ | 55.01 | 79.26 | 90.24 | - |
| YUV | 204.18 | 144.82 | 50.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 254 | 234 | 0.63 | 0 | 0.08 | 0.00 | 172.45 | 0.99 | 0.68 |
| Hex | 5F | FE | EA | 3F | 0 | 8 | 0 | AC | 63 | 44 |
| Octal | 137 | 376 | 352 | 77 | 0 | 10 | 0 | 254 | 143 | 104 |
| Binary | 1011111 | 11111110 | 11101010 | 111111 | 0 | 1000 | 0 | 10101100 | 1100011 | 1000100 |
Color Harmonies of #5FFEEA
Complementary color
Monochromatic Colors of #5FFEEA
Black with #5FFEEA
Text Example
Text Example
White with #5FFEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFEEA; }
p { color: rgb(95,254,234); }
H1.HeaderClassName
{
color: #5FFEEA;
}
.AnyTagClassName
{
color: #5FFEEA;
}
</style>
background-color css
<style>
a { background-color: #5FFEEA; }
a { background-color: rgb(95,254,234); }
div.DivClassName
{
background-color: #5FFEEA;
}
.BgClassName
{
background-color: #5FFEEA;
}
</style>
border-color css
<style>
span { border-color: #5FFEEA; }
span { border-color: rgb(95,254,234); }
td.TdClassName
{
border-color: #5FFEEA;
}
.TagClassName
{
border-color: #5FFEEA;
}
</style>