Shades of Baby Blue #5FFFE8
Tints of Baby Blue #5FFFE8
RGB
CMYK
RGB Variations
Color information
#5FFFE8 (or 0x5FFFE8) is known color: Baby Blue. HEX triplet: 5F, FF and E8. RGB value is (95,255,232). Sum of RGB (Red+Green+Blue) = 95+255+232=582 (77% of max value = 765). Red value is 95 (37.5% from 255 or 16.32% from 582); Green value is 255 (100% from 255 or 43.81% from 582); Blue value is 232 (91.02% from 255 or 39.86% from 582); Max value from RGB is 255 - color contains mainly: green. Hex color #5FFFE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFFE8 is #A00017. Grayscale: #CCCCCC. Windows color (decimal): -10485784 or 15269727. OLE color: 15269727.
HSL color Cylindrical-coordinate representation of color #5FFFE8: hue angle of 171.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 #5FFFE8 is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 255 | 232 | - |
| CMYK | 0.63 | 0 | 0.09 | 0 |
| HSL | 171.38º | 1% | 0.69% | - |
| HSV(B) | 171.38º | 0.63% | 1% | - |
| XYZ | 55.04 | 79.78 | 88.84 | - |
| YUV | 204.54 | 143.49 | 49.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 255 | 232 | 0.63 | 0 | 0.09 | 0 | 171.38 | 1 | 0.69 |
| Hex | 5F | FF | E8 | 3F | 0 | 9 | 0 | AB | 64 | 45 |
| Octal | 137 | 377 | 350 | 77 | 0 | 11 | 0 | 253 | 144 | 105 |
| Binary | 1011111 | 11111111 | 11101000 | 111111 | 0 | 1001 | 0 | 10101011 | 1100100 | 1000101 |
Color Harmonies of #5FFFE8
Complementary color
Monochromatic Colors of #5FFFE8
Black with #5FFFE8
Text Example
Text Example
White with #5FFFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFFE8; }
p { color: rgb(95,255,232); }
H1.HeaderClassName
{
color: #5FFFE8;
}
.AnyTagClassName
{
color: #5FFFE8;
}
</style>
background-color css
<style>
a { background-color: #5FFFE8; }
a { background-color: rgb(95,255,232); }
div.DivClassName
{
background-color: #5FFFE8;
}
.BgClassName
{
background-color: #5FFFE8;
}
</style>
border-color css
<style>
span { border-color: #5FFFE8; }
span { border-color: rgb(95,255,232); }
td.TdClassName
{
border-color: #5FFFE8;
}
.TagClassName
{
border-color: #5FFFE8;
}
</style>