Shades of Baby Blue #70F4ED
Tints of Baby Blue #70F4ED
RGB
CMYK
RGB Variations
Color information
#70F4ED (or 0x70F4ED) is known color: Baby Blue. HEX triplet: 70, F4 and ED. RGB value is (112,244,237). Sum of RGB (Red+Green+Blue) = 112+244+237=593 (78% of max value = 765). Red value is 112 (44.14% from 255 or 18.89% from 593); Green value is 244 (95.70% from 255 or 41.15% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 244 - color contains mainly: green. Hex color #70F4ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70F4ED is #8F0B12. Grayscale: #CBCBCB. Windows color (decimal): -9374483 or 15594608. OLE color: 15594608.
HSL color Cylindrical-coordinate representation of color #70F4ED: hue angle of 176.82º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F4ED is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 244 | 237 | - |
| CMYK | 0.54 | 0 | 0.03 | 0.04 |
| HSL | 176.82º | 0.86% | 0.7% | - |
| HSV(B) | 176.82º | 0.54% | 0.96% | - |
| XYZ | 54.32 | 74.26 | 91.59 | - |
| YUV | 203.73 | 146.77 | 62.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 244 | 237 | 0.54 | 0 | 0.03 | 0.04 | 176.82 | 0.86 | 0.7 |
| Hex | 70 | F4 | ED | 36 | 0 | 3 | 4 | B1 | 56 | 46 |
| Octal | 160 | 364 | 355 | 66 | 0 | 3 | 4 | 261 | 126 | 106 |
| Binary | 1110000 | 11110100 | 11101101 | 110110 | 0 | 11 | 100 | 10110001 | 1010110 | 1000110 |
Color Harmonies of #70F4ED
Complementary color
Monochromatic Colors of #70F4ED
Black with #70F4ED
Text Example
Text Example
White with #70F4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F4ED; }
p { color: rgb(112,244,237); }
H1.HeaderClassName
{
color: #70F4ED;
}
.AnyTagClassName
{
color: #70F4ED;
}
</style>
background-color css
<style>
a { background-color: #70F4ED; }
a { background-color: rgb(112,244,237); }
div.DivClassName
{
background-color: #70F4ED;
}
.BgClassName
{
background-color: #70F4ED;
}
</style>
border-color css
<style>
span { border-color: #70F4ED; }
span { border-color: rgb(112,244,237); }
td.TdClassName
{
border-color: #70F4ED;
}
.TagClassName
{
border-color: #70F4ED;
}
</style>