Shades of Baby Blue #5FFFE5
Tints of Baby Blue #5FFFE5
RGB
CMYK
RGB Variations
Color information
#5FFFE5 (or 0x5FFFE5) is known color: Baby Blue. HEX triplet: 5F, FF and E5. RGB value is (95,255,229). Sum of RGB (Red+Green+Blue) = 95+255+229=579 (76% of max value = 765). Red value is 95 (37.5% from 255 or 16.41% from 579); Green value is 255 (100% from 255 or 44.04% from 579); Blue value is 229 (89.84% from 255 or 39.55% from 579); Max value from RGB is 255 - color contains mainly: green. Hex color #5FFFE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFFE5 is #A0001A. Grayscale: #CCCCCC. Windows color (decimal): -10485787 or 15073119. OLE color: 15073119.
HSL color Cylindrical-coordinate representation of color #5FFFE5: hue angle of 170.25º 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 #5FFFE5 is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 255 | 229 | - |
| CMYK | 0.63 | 0 | 0.10 | 0 |
| HSL | 170.25º | 1% | 0.69% | - |
| HSV(B) | 170.25º | 0.63% | 1% | - |
| XYZ | 54.62 | 79.61 | 86.62 | - |
| YUV | 204.2 | 141.99 | 50.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 255 | 229 | 0.63 | 0 | 0.10 | 0 | 170.25 | 1 | 0.69 |
| Hex | 5F | FF | E5 | 3F | 0 | A | 0 | AA | 64 | 45 |
| Octal | 137 | 377 | 345 | 77 | 0 | 12 | 0 | 252 | 144 | 105 |
| Binary | 1011111 | 11111111 | 11100101 | 111111 | 0 | 1010 | 0 | 10101010 | 1100100 | 1000101 |
Color Harmonies of #5FFFE5
Complementary color
Monochromatic Colors of #5FFFE5
Black with #5FFFE5
Text Example
Text Example
White with #5FFFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFFE5; }
p { color: rgb(95,255,229); }
H1.HeaderClassName
{
color: #5FFFE5;
}
.AnyTagClassName
{
color: #5FFFE5;
}
</style>
background-color css
<style>
a { background-color: #5FFFE5; }
a { background-color: rgb(95,255,229); }
div.DivClassName
{
background-color: #5FFFE5;
}
.BgClassName
{
background-color: #5FFFE5;
}
</style>
border-color css
<style>
span { border-color: #5FFFE5; }
span { border-color: rgb(95,255,229); }
td.TdClassName
{
border-color: #5FFFE5;
}
.TagClassName
{
border-color: #5FFFE5;
}
</style>