Shades of Baby Blue #5FF7ED
Tints of Baby Blue #5FF7ED
RGB
CMYK
RGB Variations
Color information
#5FF7ED (or 0x5FF7ED) is known color: Baby Blue. HEX triplet: 5F, F7 and ED. RGB value is (95,247,237). Sum of RGB (Red+Green+Blue) = 95+247+237=579 (76% of max value = 765). Red value is 95 (37.5% from 255 or 16.41% from 579); Green value is 247 (96.88% from 255 or 42.66% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 247 - color contains mainly: green. Hex color #5FF7ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FF7ED is #A00812. Grayscale: #C8C8C8. Windows color (decimal): -10487827 or 15595359. OLE color: 15595359.
HSL color Cylindrical-coordinate representation of color #5FF7ED: hue angle of 176.05º degrees, saturation: 0.9, 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 #5FF7ED is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 95 | 247 | 237 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.03 |
| HSL | 176.05º | 0.9% | 0.67% | - |
| HSV(B) | 176.05º | 0.62% | 0.97% | - |
| XYZ | 53.27 | 75.07 | 91.8 | - |
| YUV | 200.41 | 148.64 | 52.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 247 | 237 | 0.62 | 0 | 0.04 | 0.03 | 176.05 | 0.9 | 0.67 |
| Hex | 5F | F7 | ED | 3E | 0 | 4 | 3 | B0 | 5A | 43 |
| Octal | 137 | 367 | 355 | 76 | 0 | 4 | 3 | 260 | 132 | 103 |
| Binary | 1011111 | 11110111 | 11101101 | 111110 | 0 | 100 | 11 | 10110000 | 1011010 | 1000011 |
Color Harmonies of #5FF7ED
Complementary color
Monochromatic Colors of #5FF7ED
Black with #5FF7ED
Text Example
Text Example
White with #5FF7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF7ED; }
p { color: rgb(95,247,237); }
H1.HeaderClassName
{
color: #5FF7ED;
}
.AnyTagClassName
{
color: #5FF7ED;
}
</style>
background-color css
<style>
a { background-color: #5FF7ED; }
a { background-color: rgb(95,247,237); }
div.DivClassName
{
background-color: #5FF7ED;
}
.BgClassName
{
background-color: #5FF7ED;
}
</style>
border-color css
<style>
span { border-color: #5FF7ED; }
span { border-color: rgb(95,247,237); }
td.TdClassName
{
border-color: #5FF7ED;
}
.TagClassName
{
border-color: #5FF7ED;
}
</style>