Shades of Baby Blue #70F2EC
Tints of Baby Blue #70F2EC
RGB
CMYK
RGB Variations
Color information
#70F2EC (or 0x70F2EC) is known color: Baby Blue. HEX triplet: 70, F2 and EC. RGB value is (112,242,236). Sum of RGB (Red+Green+Blue) = 112+242+236=590 (78% of max value = 765). Red value is 112 (44.14% from 255 or 18.98% from 590); Green value is 242 (94.92% from 255 or 41.02% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 242 - color contains mainly: green. Hex color #70F2EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70F2EC is #8F0D13. Grayscale: #CACACA. Windows color (decimal): -9374996 or 15528560. OLE color: 15528560.
HSL color Cylindrical-coordinate representation of color #70F2EC: hue angle of 177.23º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F2EC is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 242 | 236 | - |
| CMYK | 0.54 | 0 | 0.02 | 0.05 |
| HSL | 177.23º | 0.83% | 0.69% | - |
| HSV(B) | 177.23º | 0.54% | 0.95% | - |
| XYZ | 53.57 | 73.01 | 90.62 | - |
| YUV | 202.45 | 146.93 | 63.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 242 | 236 | 0.54 | 0 | 0.02 | 0.05 | 177.23 | 0.83 | 0.69 |
| Hex | 70 | F2 | EC | 36 | 0 | 2 | 5 | B1 | 53 | 45 |
| Octal | 160 | 362 | 354 | 66 | 0 | 2 | 5 | 261 | 123 | 105 |
| Binary | 1110000 | 11110010 | 11101100 | 110110 | 0 | 10 | 101 | 10110001 | 1010011 | 1000101 |
Color Harmonies of #70F2EC
Complementary color
Monochromatic Colors of #70F2EC
Black with #70F2EC
Text Example
Text Example
White with #70F2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F2EC; }
p { color: rgb(112,242,236); }
H1.HeaderClassName
{
color: #70F2EC;
}
.AnyTagClassName
{
color: #70F2EC;
}
</style>
background-color css
<style>
a { background-color: #70F2EC; }
a { background-color: rgb(112,242,236); }
div.DivClassName
{
background-color: #70F2EC;
}
.BgClassName
{
background-color: #70F2EC;
}
</style>
border-color css
<style>
span { border-color: #70F2EC; }
span { border-color: rgb(112,242,236); }
td.TdClassName
{
border-color: #70F2EC;
}
.TagClassName
{
border-color: #70F2EC;
}
</style>