Shades of Baby Blue #5FFFE4
Tints of Baby Blue #5FFFE4
RGB
CMYK
RGB Variations
Color information
#5FFFE4 (or 0x5FFFE4) is known color: Baby Blue. HEX triplet: 5F, FF and E4. RGB value is (95,255,228). Sum of RGB (Red+Green+Blue) = 95+255+228=578 (76% of max value = 765). Red value is 95 (37.5% from 255 or 16.44% from 578); Green value is 255 (100% from 255 or 44.12% from 578); Blue value is 228 (89.45% from 255 or 39.45% from 578); Max value from RGB is 255 - color contains mainly: green. Hex color #5FFFE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFFE4 is #A0001B. Grayscale: #CCCCCC. Windows color (decimal): -10485788 or 15007583. OLE color: 15007583.
HSL color Cylindrical-coordinate representation of color #5FFFE4: hue angle of 169.88º 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 #5FFFE4 is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 255 | 228 | - |
| CMYK | 0.63 | 0 | 0.11 | 0 |
| HSL | 169.88º | 1% | 0.69% | - |
| HSV(B) | 169.88º | 0.63% | 1% | - |
| XYZ | 54.48 | 79.55 | 85.88 | - |
| YUV | 204.08 | 141.49 | 50.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 255 | 228 | 0.63 | 0 | 0.11 | 0 | 169.88 | 1 | 0.69 |
| Hex | 5F | FF | E4 | 3F | 0 | B | 0 | AA | 64 | 45 |
| Octal | 137 | 377 | 344 | 77 | 0 | 13 | 0 | 252 | 144 | 105 |
| Binary | 1011111 | 11111111 | 11100100 | 111111 | 0 | 1011 | 0 | 10101010 | 1100100 | 1000101 |
Color Harmonies of #5FFFE4
Complementary color
Monochromatic Colors of #5FFFE4
Black with #5FFFE4
Text Example
Text Example
White with #5FFFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFFE4; }
p { color: rgb(95,255,228); }
H1.HeaderClassName
{
color: #5FFFE4;
}
.AnyTagClassName
{
color: #5FFFE4;
}
</style>
background-color css
<style>
a { background-color: #5FFFE4; }
a { background-color: rgb(95,255,228); }
div.DivClassName
{
background-color: #5FFFE4;
}
.BgClassName
{
background-color: #5FFFE4;
}
</style>
border-color css
<style>
span { border-color: #5FFFE4; }
span { border-color: rgb(95,255,228); }
td.TdClassName
{
border-color: #5FFFE4;
}
.TagClassName
{
border-color: #5FFFE4;
}
</style>