Shades of Baby Blue #5FFEE9
Tints of Baby Blue #5FFEE9
RGB
CMYK
RGB Variations
Color information
#5FFEE9 (or 0x5FFEE9) is known color: Baby Blue. HEX triplet: 5F, FE and E9. RGB value is (95,254,233). Sum of RGB (Red+Green+Blue) = 95+254+233=582 (77% of max value = 765). Red value is 95 (37.5% from 255 or 16.32% from 582); Green value is 254 (99.61% from 255 or 43.64% from 582); Blue value is 233 (91.41% from 255 or 40.03% from 582); Max value from RGB is 254 - color contains mainly: green. Hex color #5FFEE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFEE9 is #A00116. Grayscale: #CBCBCB. Windows color (decimal): -10486039 or 15335007. OLE color: 15335007.
HSL color Cylindrical-coordinate representation of color #5FFEE9: hue angle of 172.08º 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 #5FFEE9 is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 95 | 254 | 233 | - |
| CMYK | 0.63 | 0 | 0.08 | 0.00 |
| HSL | 172.08º | 0.99% | 0.68% | - |
| HSV(B) | 172.08º | 0.63% | 1% | - |
| XYZ | 54.87 | 79.2 | 89.49 | - |
| YUV | 204.07 | 144.32 | 50.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 254 | 233 | 0.63 | 0 | 0.08 | 0.00 | 172.08 | 0.99 | 0.68 |
| Hex | 5F | FE | E9 | 3F | 0 | 8 | 0 | AC | 63 | 44 |
| Octal | 137 | 376 | 351 | 77 | 0 | 10 | 0 | 254 | 143 | 104 |
| Binary | 1011111 | 11111110 | 11101001 | 111111 | 0 | 1000 | 0 | 10101100 | 1100011 | 1000100 |
Color Harmonies of #5FFEE9
Complementary color
Monochromatic Colors of #5FFEE9
Black with #5FFEE9
Text Example
Text Example
White with #5FFEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFEE9; }
p { color: rgb(95,254,233); }
H1.HeaderClassName
{
color: #5FFEE9;
}
.AnyTagClassName
{
color: #5FFEE9;
}
</style>
background-color css
<style>
a { background-color: #5FFEE9; }
a { background-color: rgb(95,254,233); }
div.DivClassName
{
background-color: #5FFEE9;
}
.BgClassName
{
background-color: #5FFEE9;
}
</style>
border-color css
<style>
span { border-color: #5FFEE9; }
span { border-color: rgb(95,254,233); }
td.TdClassName
{
border-color: #5FFEE9;
}
.TagClassName
{
border-color: #5FFEE9;
}
</style>