Shades of Baby Blue #5FF8E0
Tints of Baby Blue #5FF8E0
RGB
CMYK
RGB Variations
Color information
#5FF8E0 (or 0x5FF8E0) is known color: Baby Blue. HEX triplet: 5F, F8 and E0. RGB value is (95,248,224). Sum of RGB (Red+Green+Blue) = 95+248+224=567 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.75% from 567); Green value is 248 (97.27% from 255 or 43.74% from 567); Blue value is 224 (87.89% from 255 or 39.51% from 567); Max value from RGB is 248 - color contains mainly: green. Hex color #5FF8E0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FF8E0 is #A0071F. Grayscale: #C7C7C7. Windows color (decimal): -10487584 or 14743647. OLE color: 14743647.
HSL color Cylindrical-coordinate representation of color #5FF8E0: hue angle of 170.59º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FF8E0 is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 95 | 248 | 224 | - |
| CMYK | 0.62 | 0 | 0.10 | 0.03 |
| HSL | 170.59º | 0.92% | 0.67% | - |
| HSV(B) | 170.59º | 0.62% | 0.97% | - |
| XYZ | 51.74 | 74.95 | 82.26 | - |
| YUV | 199.52 | 141.81 | 53.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 248 | 224 | 0.62 | 0 | 0.10 | 0.03 | 170.59 | 0.92 | 0.67 |
| Hex | 5F | F8 | E0 | 3E | 0 | A | 3 | AB | 5C | 43 |
| Octal | 137 | 370 | 340 | 76 | 0 | 12 | 3 | 253 | 134 | 103 |
| Binary | 1011111 | 11111000 | 11100000 | 111110 | 0 | 1010 | 11 | 10101011 | 1011100 | 1000011 |
Color Harmonies of #5FF8E0
Complementary color
Monochromatic Colors of #5FF8E0
Black with #5FF8E0
Text Example
Text Example
White with #5FF8E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF8E0; }
p { color: rgb(95,248,224); }
H1.HeaderClassName
{
color: #5FF8E0;
}
.AnyTagClassName
{
color: #5FF8E0;
}
</style>
background-color css
<style>
a { background-color: #5FF8E0; }
a { background-color: rgb(95,248,224); }
div.DivClassName
{
background-color: #5FF8E0;
}
.BgClassName
{
background-color: #5FF8E0;
}
</style>
border-color css
<style>
span { border-color: #5FF8E0; }
span { border-color: rgb(95,248,224); }
td.TdClassName
{
border-color: #5FF8E0;
}
.TagClassName
{
border-color: #5FF8E0;
}
</style>