Shades of Baby Blue #70F7ED
Tints of Baby Blue #70F7ED
RGB
CMYK
RGB Variations
Color information
#70F7ED (or 0x70F7ED) is known color: Baby Blue. HEX triplet: 70, F7 and ED. RGB value is (112,247,237). Sum of RGB (Red+Green+Blue) = 112+247+237=596 (78% of max value = 765). Red value is 112 (44.14% from 255 or 18.79% from 596); Green value is 247 (96.88% from 255 or 41.44% from 596); Blue value is 237 (92.97% from 255 or 39.77% from 596); Max value from RGB is 247 - color contains mainly: green. Hex color #70F7ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70F7ED is #8F0812. Grayscale: #CDCDCD. Windows color (decimal): -9373715 or 15595376. OLE color: 15595376.
HSL color Cylindrical-coordinate representation of color #70F7ED: hue angle of 175.56º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70F7ED is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 112 | 247 | 237 | - |
| CMYK | 0.55 | 0 | 0.04 | 0.03 |
| HSL | 175.56º | 0.89% | 0.7% | - |
| HSV(B) | 175.56º | 0.55% | 0.97% | - |
| XYZ | 55.23 | 76.08 | 91.89 | - |
| YUV | 205.5 | 145.77 | 61.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 247 | 237 | 0.55 | 0 | 0.04 | 0.03 | 175.56 | 0.89 | 0.7 |
| Hex | 70 | F7 | ED | 37 | 0 | 4 | 3 | B0 | 59 | 46 |
| Octal | 160 | 367 | 355 | 67 | 0 | 4 | 3 | 260 | 131 | 106 |
| Binary | 1110000 | 11110111 | 11101101 | 110111 | 0 | 100 | 11 | 10110000 | 1011001 | 1000110 |
Color Harmonies of #70F7ED
Complementary color
Monochromatic Colors of #70F7ED
Black with #70F7ED
Text Example
Text Example
White with #70F7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F7ED; }
p { color: rgb(112,247,237); }
H1.HeaderClassName
{
color: #70F7ED;
}
.AnyTagClassName
{
color: #70F7ED;
}
</style>
background-color css
<style>
a { background-color: #70F7ED; }
a { background-color: rgb(112,247,237); }
div.DivClassName
{
background-color: #70F7ED;
}
.BgClassName
{
background-color: #70F7ED;
}
</style>
border-color css
<style>
span { border-color: #70F7ED; }
span { border-color: rgb(112,247,237); }
td.TdClassName
{
border-color: #70F7ED;
}
.TagClassName
{
border-color: #70F7ED;
}
</style>