Shades of Baby Blue #5FEDFF
Tints of Baby Blue #5FEDFF
RGB
CMYK
RGB Variations
Color information
#5FEDFF (or 0x5FEDFF) is known color: Baby Blue. HEX triplet: 5F, ED and FF. RGB value is (95,237,255). Sum of RGB (Red+Green+Blue) = 95+237+255=587 (77% of max value = 765). Red value is 95 (37.5% from 255 or 16.18% from 587); Green value is 237 (92.97% from 255 or 40.37% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #5FEDFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FEDFF is #A01200. Grayscale: #C4C4C4. Windows color (decimal): -10490369 or 16772447. OLE color: 16772447.
HSL color Cylindrical-coordinate representation of color #5FEDFF: hue angle of 186.75º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FEDFF is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 237 | 255 | - |
| CMYK | 0.63 | 0.07 | 0 | 0 |
| HSL | 186.75º | 1% | 0.69% | - |
| HSV(B) | 186.75º | 0.63% | 1% | - |
| XYZ | 53.05 | 70.22 | 105.37 | - |
| YUV | 196.59 | 160.96 | 55.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 237 | 255 | 0.63 | 0.07 | 0 | 0 | 186.75 | 1 | 0.69 |
| Hex | 5F | ED | FF | 3F | 7 | 0 | 0 | BB | 64 | 45 |
| Octal | 137 | 355 | 377 | 77 | 7 | 0 | 0 | 273 | 144 | 105 |
| Binary | 1011111 | 11101101 | 11111111 | 111111 | 111 | 0 | 0 | 10111011 | 1100100 | 1000101 |
Color Harmonies of #5FEDFF
Complementary color
Monochromatic Colors of #5FEDFF
Black with #5FEDFF
Text Example
Text Example
White with #5FEDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEDFF; }
p { color: rgb(95,237,255); }
H1.HeaderClassName
{
color: #5FEDFF;
}
.AnyTagClassName
{
color: #5FEDFF;
}
</style>
background-color css
<style>
a { background-color: #5FEDFF; }
a { background-color: rgb(95,237,255); }
div.DivClassName
{
background-color: #5FEDFF;
}
.BgClassName
{
background-color: #5FEDFF;
}
</style>
border-color css
<style>
span { border-color: #5FEDFF; }
span { border-color: rgb(95,237,255); }
td.TdClassName
{
border-color: #5FEDFF;
}
.TagClassName
{
border-color: #5FEDFF;
}
</style>