Shades of Baby Blue #5FFAE4
Tints of Baby Blue #5FFAE4
RGB
CMYK
RGB Variations
Color information
#5FFAE4 (or 0x5FFAE4) is known color: Baby Blue. HEX triplet: 5F, FA and E4. RGB value is (95,250,228). Sum of RGB (Red+Green+Blue) = 95+250+228=573 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.58% from 573); Green value is 250 (98.05% from 255 or 43.63% from 573); Blue value is 228 (89.45% from 255 or 39.79% from 573); Max value from RGB is 250 - color contains mainly: green. Hex color #5FFAE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFAE4 is #A0051B. Grayscale: #C9C9C9. Windows color (decimal): -10487068 or 15006303. OLE color: 15006303.
HSL color Cylindrical-coordinate representation of color #5FFAE4: hue angle of 171.48º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFAE4 is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 250 | 228 | - |
| CMYK | 0.62 | 0 | 0.09 | 0.02 |
| HSL | 171.48º | 0.94% | 0.68% | - |
| HSV(B) | 171.48º | 0.62% | 0.98% | - |
| XYZ | 52.91 | 76.41 | 85.36 | - |
| YUV | 201.15 | 143.15 | 52.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 250 | 228 | 0.62 | 0 | 0.09 | 0.02 | 171.48 | 0.94 | 0.68 |
| Hex | 5F | FA | E4 | 3E | 0 | 9 | 2 | AB | 5E | 44 |
| Octal | 137 | 372 | 344 | 76 | 0 | 11 | 2 | 253 | 136 | 104 |
| Binary | 1011111 | 11111010 | 11100100 | 111110 | 0 | 1001 | 10 | 10101011 | 1011110 | 1000100 |
Color Harmonies of #5FFAE4
Complementary color
Monochromatic Colors of #5FFAE4
Black with #5FFAE4
Text Example
Text Example
White with #5FFAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFAE4; }
p { color: rgb(95,250,228); }
H1.HeaderClassName
{
color: #5FFAE4;
}
.AnyTagClassName
{
color: #5FFAE4;
}
</style>
background-color css
<style>
a { background-color: #5FFAE4; }
a { background-color: rgb(95,250,228); }
div.DivClassName
{
background-color: #5FFAE4;
}
.BgClassName
{
background-color: #5FFAE4;
}
</style>
border-color css
<style>
span { border-color: #5FFAE4; }
span { border-color: rgb(95,250,228); }
td.TdClassName
{
border-color: #5FFAE4;
}
.TagClassName
{
border-color: #5FFAE4;
}
</style>