Shades of Baby Blue #5FECFE
Tints of Baby Blue #5FECFE
RGB
CMYK
RGB Variations
Color information
#5FECFE (or 0x5FECFE) is known color: Baby Blue. HEX triplet: 5F, EC and FE. RGB value is (95,236,254). Sum of RGB (Red+Green+Blue) = 95+236+254=585 (77% of max value = 765). Red value is 95 (37.5% from 255 or 16.24% from 585); Green value is 236 (92.58% from 255 or 40.34% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #5FECFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FECFE is #A01301. Grayscale: #C3C3C3. Windows color (decimal): -10490626 or 16706655. OLE color: 16706655.
HSL color Cylindrical-coordinate representation of color #5FECFE: hue angle of 186.79º 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 #5FECFE is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 95 | 236 | 254 | - |
| CMYK | 0.63 | 0.07 | 0 | 0.00 |
| HSL | 186.79º | 0.99% | 0.68% | - |
| HSV(B) | 186.79º | 0.63% | 1% | - |
| XYZ | 52.6 | 69.58 | 104.42 | - |
| YUV | 195.89 | 160.79 | 56.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 236 | 254 | 0.63 | 0.07 | 0 | 0.00 | 186.79 | 0.99 | 0.68 |
| Hex | 5F | EC | FE | 3F | 7 | 0 | 0 | BB | 63 | 44 |
| Octal | 137 | 354 | 376 | 77 | 7 | 0 | 0 | 273 | 143 | 104 |
| Binary | 1011111 | 11101100 | 11111110 | 111111 | 111 | 0 | 0 | 10111011 | 1100011 | 1000100 |
Color Harmonies of #5FECFE
Complementary color
Monochromatic Colors of #5FECFE
Black with #5FECFE
Text Example
Text Example
White with #5FECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FECFE; }
p { color: rgb(95,236,254); }
H1.HeaderClassName
{
color: #5FECFE;
}
.AnyTagClassName
{
color: #5FECFE;
}
</style>
background-color css
<style>
a { background-color: #5FECFE; }
a { background-color: rgb(95,236,254); }
div.DivClassName
{
background-color: #5FECFE;
}
.BgClassName
{
background-color: #5FECFE;
}
</style>
border-color css
<style>
span { border-color: #5FECFE; }
span { border-color: rgb(95,236,254); }
td.TdClassName
{
border-color: #5FECFE;
}
.TagClassName
{
border-color: #5FECFE;
}
</style>