Shades of Baby Blue #70F4F2
Tints of Baby Blue #70F4F2
RGB
CMYK
RGB Variations
Color information
#70F4F2 (or 0x70F4F2) is known color: Baby Blue. HEX triplet: 70, F4 and F2. RGB value is (112,244,242). Sum of RGB (Red+Green+Blue) = 112+244+242=598 (79% of max value = 765). Red value is 112 (44.14% from 255 or 18.73% from 598); Green value is 244 (95.70% from 255 or 40.80% from 598); Blue value is 242 (94.92% from 255 or 40.47% from 598); Max value from RGB is 244 - color contains mainly: green. Hex color #70F4F2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70F4F2 is #8F0B0D. Grayscale: #CCCCCC. Windows color (decimal): -9374478 or 15922288. OLE color: 15922288.
HSL color Cylindrical-coordinate representation of color #70F4F2: hue angle of 179.09º 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 #70F4F2 is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 244 | 242 | - |
| CMYK | 0.54 | 0 | 0.01 | 0.04 |
| HSL | 179.09º | 0.86% | 0.7% | - |
| HSV(B) | 179.09º | 0.54% | 0.96% | - |
| XYZ | 55.06 | 74.56 | 95.49 | - |
| YUV | 204.3 | 149.27 | 62.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 244 | 242 | 0.54 | 0 | 0.01 | 0.04 | 179.09 | 0.86 | 0.7 |
| Hex | 70 | F4 | F2 | 36 | 0 | 1 | 4 | B3 | 56 | 46 |
| Octal | 160 | 364 | 362 | 66 | 0 | 1 | 4 | 263 | 126 | 106 |
| Binary | 1110000 | 11110100 | 11110010 | 110110 | 0 | 1 | 100 | 10110011 | 1010110 | 1000110 |
Color Harmonies of #70F4F2
Complementary color
Monochromatic Colors of #70F4F2
Black with #70F4F2
Text Example
Text Example
White with #70F4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F4F2; }
p { color: rgb(112,244,242); }
H1.HeaderClassName
{
color: #70F4F2;
}
.AnyTagClassName
{
color: #70F4F2;
}
</style>
background-color css
<style>
a { background-color: #70F4F2; }
a { background-color: rgb(112,244,242); }
div.DivClassName
{
background-color: #70F4F2;
}
.BgClassName
{
background-color: #70F4F2;
}
</style>
border-color css
<style>
span { border-color: #70F4F2; }
span { border-color: rgb(112,244,242); }
td.TdClassName
{
border-color: #70F4F2;
}
.TagClassName
{
border-color: #70F4F2;
}
</style>