Shades of Baby Blue #70F0EC
Tints of Baby Blue #70F0EC
RGB
CMYK
RGB Variations
Color information
#70F0EC (or 0x70F0EC) is known color: Baby Blue. HEX triplet: 70, F0 and EC. RGB value is (112,240,236). Sum of RGB (Red+Green+Blue) = 112+240+236=588 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.05% from 588); Green value is 240 (94.14% from 255 or 40.82% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 240 - color contains mainly: green. Hex color #70F0EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70F0EC is #8F0F13. Grayscale: #C9C9C9. Windows color (decimal): -9375508 or 15528048. OLE color: 15528048.
HSL color Cylindrical-coordinate representation of color #70F0EC: hue angle of 178.12º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70F0EC is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 240 | 236 | - |
| CMYK | 0.53 | 0 | 0.02 | 0.06 |
| HSL | 178.13º | 0.81% | 0.69% | - |
| HSV(B) | 178.13º | 0.53% | 0.94% | - |
| XYZ | 52.98 | 71.82 | 90.43 | - |
| YUV | 201.27 | 147.59 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 240 | 236 | 0.53 | 0 | 0.02 | 0.06 | 178.13 | 0.81 | 0.69 |
| Hex | 70 | F0 | EC | 35 | 0 | 2 | 6 | B2 | 51 | 45 |
| Octal | 160 | 360 | 354 | 65 | 0 | 2 | 6 | 262 | 121 | 105 |
| Binary | 1110000 | 11110000 | 11101100 | 110101 | 0 | 10 | 110 | 10110010 | 1010001 | 1000101 |
Color Harmonies of #70F0EC
Complementary color
Monochromatic Colors of #70F0EC
Black with #70F0EC
Text Example
Text Example
White with #70F0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F0EC; }
p { color: rgb(112,240,236); }
H1.HeaderClassName
{
color: #70F0EC;
}
.AnyTagClassName
{
color: #70F0EC;
}
</style>
background-color css
<style>
a { background-color: #70F0EC; }
a { background-color: rgb(112,240,236); }
div.DivClassName
{
background-color: #70F0EC;
}
.BgClassName
{
background-color: #70F0EC;
}
</style>
border-color css
<style>
span { border-color: #70F0EC; }
span { border-color: rgb(112,240,236); }
td.TdClassName
{
border-color: #70F0EC;
}
.TagClassName
{
border-color: #70F0EC;
}
</style>