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