Shades of Baby Blue #5FEFFF
Tints of Baby Blue #5FEFFF
RGB
CMYK
RGB Variations
Color information
#5FEFFF (or 0x5FEFFF) is known color: Baby Blue. HEX triplet: 5F, EF and FF. RGB value is (95,239,255). Sum of RGB (Red+Green+Blue) = 95+239+255=589 (78% of max value = 765). Red value is 95 (37.5% from 255 or 16.13% from 589); Green value is 239 (93.75% from 255 or 40.58% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #5FEFFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FEFFF is #A01000. Grayscale: #C5C5C5. Windows color (decimal): -10489857 or 16772959. OLE color: 16772959.
HSL color Cylindrical-coordinate representation of color #5FEFFF: hue angle of 186º 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 #5FEFFF is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 239 | 255 | - |
| CMYK | 0.63 | 0.06 | 0 | 0 |
| HSL | 186º | 1% | 0.69% | - |
| HSV(B) | 186º | 0.63% | 1% | - |
| XYZ | 53.64 | 71.39 | 105.56 | - |
| YUV | 197.77 | 160.29 | 54.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 239 | 255 | 0.63 | 0.06 | 0 | 0 | 186 | 1 | 0.69 |
| Hex | 5F | EF | FF | 3F | 6 | 0 | 0 | BA | 64 | 45 |
| Octal | 137 | 357 | 377 | 77 | 6 | 0 | 0 | 272 | 144 | 105 |
| Binary | 1011111 | 11101111 | 11111111 | 111111 | 110 | 0 | 0 | 10111010 | 1100100 | 1000101 |
Color Harmonies of #5FEFFF
Complementary color
Monochromatic Colors of #5FEFFF
Black with #5FEFFF
Text Example
Text Example
White with #5FEFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEFFF; }
p { color: rgb(95,239,255); }
H1.HeaderClassName
{
color: #5FEFFF;
}
.AnyTagClassName
{
color: #5FEFFF;
}
</style>
background-color css
<style>
a { background-color: #5FEFFF; }
a { background-color: rgb(95,239,255); }
div.DivClassName
{
background-color: #5FEFFF;
}
.BgClassName
{
background-color: #5FEFFF;
}
</style>
border-color css
<style>
span { border-color: #5FEFFF; }
span { border-color: rgb(95,239,255); }
td.TdClassName
{
border-color: #5FEFFF;
}
.TagClassName
{
border-color: #5FEFFF;
}
</style>