Shades of Baby Blue #5FEEFF
Tints of Baby Blue #5FEEFF
RGB
CMYK
RGB Variations
Color information
#5FEEFF (or 0x5FEEFF) is known color: Baby Blue. HEX triplet: 5F, EE and FF. RGB value is (95,238,255). Sum of RGB (Red+Green+Blue) = 95+238+255=588 (77% of max value = 765). Red value is 95 (37.5% from 255 or 16.16% from 588); Green value is 238 (93.36% from 255 or 40.48% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #5FEEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FEEFF is #A01100. Grayscale: #C4C4C4. Windows color (decimal): -10490113 or 16772703. OLE color: 16772703.
HSL color Cylindrical-coordinate representation of color #5FEEFF: hue angle of 186.38º 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 #5FEEFF is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 238 | 255 | - |
| CMYK | 0.63 | 0.07 | 0 | 0 |
| HSL | 186.38º | 1% | 0.69% | - |
| HSV(B) | 186.38º | 0.63% | 1% | - |
| XYZ | 53.34 | 70.8 | 105.46 | - |
| YUV | 197.18 | 160.62 | 55.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 238 | 255 | 0.63 | 0.07 | 0 | 0 | 186.38 | 1 | 0.69 |
| Hex | 5F | EE | FF | 3F | 7 | 0 | 0 | BA | 64 | 45 |
| Octal | 137 | 356 | 377 | 77 | 7 | 0 | 0 | 272 | 144 | 105 |
| Binary | 1011111 | 11101110 | 11111111 | 111111 | 111 | 0 | 0 | 10111010 | 1100100 | 1000101 |
Color Harmonies of #5FEEFF
Complementary color
Monochromatic Colors of #5FEEFF
Black with #5FEEFF
Text Example
Text Example
White with #5FEEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEEFF; }
p { color: rgb(95,238,255); }
H1.HeaderClassName
{
color: #5FEEFF;
}
.AnyTagClassName
{
color: #5FEEFF;
}
</style>
background-color css
<style>
a { background-color: #5FEEFF; }
a { background-color: rgb(95,238,255); }
div.DivClassName
{
background-color: #5FEEFF;
}
.BgClassName
{
background-color: #5FEEFF;
}
</style>
border-color css
<style>
span { border-color: #5FEEFF; }
span { border-color: rgb(95,238,255); }
td.TdClassName
{
border-color: #5FEEFF;
}
.TagClassName
{
border-color: #5FEEFF;
}
</style>