Shades of Baby Blue #5FFFE9
Tints of Baby Blue #5FFFE9
RGB
CMYK
RGB Variations
Color information
#5FFFE9 (or 0x5FFFE9) is known color: Baby Blue. HEX triplet: 5F, FF and E9. RGB value is (95,255,233). Sum of RGB (Red+Green+Blue) = 95+255+233=583 (77% of max value = 765). Red value is 95 (37.5% from 255 or 16.30% from 583); Green value is 255 (100% from 255 or 43.74% from 583); Blue value is 233 (91.41% from 255 or 39.97% from 583); Max value from RGB is 255 - color contains mainly: green. Hex color #5FFFE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFFE9 is #A00016. Grayscale: #CCCCCC. Windows color (decimal): -10485783 or 15335263. OLE color: 15335263.
HSL color Cylindrical-coordinate representation of color #5FFFE9: hue angle of 171.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 #5FFFE9 is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 255 | 233 | - |
| CMYK | 0.63 | 0 | 0.09 | 0 |
| HSL | 171.75º | 1% | 0.69% | - |
| HSV(B) | 171.75º | 0.63% | 1% | - |
| XYZ | 55.19 | 79.84 | 89.59 | - |
| YUV | 204.65 | 143.99 | 49.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 255 | 233 | 0.63 | 0 | 0.09 | 0 | 171.75 | 1 | 0.69 |
| Hex | 5F | FF | E9 | 3F | 0 | 9 | 0 | AC | 64 | 45 |
| Octal | 137 | 377 | 351 | 77 | 0 | 11 | 0 | 254 | 144 | 105 |
| Binary | 1011111 | 11111111 | 11101001 | 111111 | 0 | 1001 | 0 | 10101100 | 1100100 | 1000101 |
Color Harmonies of #5FFFE9
Complementary color
Monochromatic Colors of #5FFFE9
Black with #5FFFE9
Text Example
Text Example
White with #5FFFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFFE9; }
p { color: rgb(95,255,233); }
H1.HeaderClassName
{
color: #5FFFE9;
}
.AnyTagClassName
{
color: #5FFFE9;
}
</style>
background-color css
<style>
a { background-color: #5FFFE9; }
a { background-color: rgb(95,255,233); }
div.DivClassName
{
background-color: #5FFFE9;
}
.BgClassName
{
background-color: #5FFFE9;
}
</style>
border-color css
<style>
span { border-color: #5FFFE9; }
span { border-color: rgb(95,255,233); }
td.TdClassName
{
border-color: #5FFFE9;
}
.TagClassName
{
border-color: #5FFFE9;
}
</style>