Shades of Baby Blue #5FFEEF
Tints of Baby Blue #5FFEEF
RGB
CMYK
RGB Variations
Color information
#5FFEEF (or 0x5FFEEF) is known color: Baby Blue. HEX triplet: 5F, FE and EF. RGB value is (95,254,239). Sum of RGB (Red+Green+Blue) = 95+254+239=588 (77% of max value = 765). Red value is 95 (37.5% from 255 or 16.16% from 588); Green value is 254 (99.61% from 255 or 43.20% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 254 - color contains mainly: green. Hex color #5FFEEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFEEF is #A00110. Grayscale: #CCCCCC. Windows color (decimal): -10486033 or 15728223. OLE color: 15728223.
HSL color Cylindrical-coordinate representation of color #5FFEEF: hue angle of 174.34º 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 #5FFEEF is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 95 | 254 | 239 | - |
| CMYK | 0.63 | 0 | 0.06 | 0.00 |
| HSL | 174.34º | 0.99% | 0.68% | - |
| HSV(B) | 174.34º | 0.63% | 1% | - |
| XYZ | 55.74 | 79.55 | 94.08 | - |
| YUV | 204.75 | 147.32 | 49.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 254 | 239 | 0.63 | 0 | 0.06 | 0.00 | 174.34 | 0.99 | 0.68 |
| Hex | 5F | FE | EF | 3F | 0 | 6 | 0 | AE | 63 | 44 |
| Octal | 137 | 376 | 357 | 77 | 0 | 6 | 0 | 256 | 143 | 104 |
| Binary | 1011111 | 11111110 | 11101111 | 111111 | 0 | 110 | 0 | 10101110 | 1100011 | 1000100 |
Color Harmonies of #5FFEEF
Complementary color
Monochromatic Colors of #5FFEEF
Black with #5FFEEF
Text Example
Text Example
White with #5FFEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFEEF; }
p { color: rgb(95,254,239); }
H1.HeaderClassName
{
color: #5FFEEF;
}
.AnyTagClassName
{
color: #5FFEEF;
}
</style>
background-color css
<style>
a { background-color: #5FFEEF; }
a { background-color: rgb(95,254,239); }
div.DivClassName
{
background-color: #5FFEEF;
}
.BgClassName
{
background-color: #5FFEEF;
}
</style>
border-color css
<style>
span { border-color: #5FFEEF; }
span { border-color: rgb(95,254,239); }
td.TdClassName
{
border-color: #5FFEEF;
}
.TagClassName
{
border-color: #5FFEEF;
}
</style>