Shades of Baby Blue #5FEDFE
Tints of Baby Blue #5FEDFE
RGB
CMYK
RGB Variations
Color information
#5FEDFE (or 0x5FEDFE) is known color: Baby Blue. HEX triplet: 5F, ED and FE. RGB value is (95,237,254). Sum of RGB (Red+Green+Blue) = 95+237+254=586 (77% of max value = 765). Red value is 95 (37.5% from 255 or 16.21% from 586); Green value is 237 (92.97% from 255 or 40.44% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #5FEDFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FEDFE is #A01201. Grayscale: #C4C4C4. Windows color (decimal): -10490370 or 16706911. OLE color: 16706911.
HSL color Cylindrical-coordinate representation of color #5FEDFE: hue angle of 186.42º 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 #5FEDFE is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 95 | 237 | 254 | - |
| CMYK | 0.63 | 0.07 | 0 | 0.00 |
| HSL | 186.42º | 0.99% | 0.68% | - |
| HSV(B) | 186.42º | 0.63% | 1% | - |
| XYZ | 52.89 | 70.16 | 104.52 | - |
| YUV | 196.48 | 160.46 | 55.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 237 | 254 | 0.63 | 0.07 | 0 | 0.00 | 186.42 | 0.99 | 0.68 |
| Hex | 5F | ED | FE | 3F | 7 | 0 | 0 | BA | 63 | 44 |
| Octal | 137 | 355 | 376 | 77 | 7 | 0 | 0 | 272 | 143 | 104 |
| Binary | 1011111 | 11101101 | 11111110 | 111111 | 111 | 0 | 0 | 10111010 | 1100011 | 1000100 |
Color Harmonies of #5FEDFE
Complementary color
Monochromatic Colors of #5FEDFE
Black with #5FEDFE
Text Example
Text Example
White with #5FEDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEDFE; }
p { color: rgb(95,237,254); }
H1.HeaderClassName
{
color: #5FEDFE;
}
.AnyTagClassName
{
color: #5FEDFE;
}
</style>
background-color css
<style>
a { background-color: #5FEDFE; }
a { background-color: rgb(95,237,254); }
div.DivClassName
{
background-color: #5FEDFE;
}
.BgClassName
{
background-color: #5FEDFE;
}
</style>
border-color css
<style>
span { border-color: #5FEDFE; }
span { border-color: rgb(95,237,254); }
td.TdClassName
{
border-color: #5FEDFE;
}
.TagClassName
{
border-color: #5FEDFE;
}
</style>