Shades of Baby Blue #70EFED
Tints of Baby Blue #70EFED
RGB
CMYK
RGB Variations
Color information
#70EFED (or 0x70EFED) is known color: Baby Blue. HEX triplet: 70, EF and ED. RGB value is (112,239,237). Sum of RGB (Red+Green+Blue) = 112+239+237=588 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.05% from 588); Green value is 239 (93.75% from 255 or 40.65% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 239 - color contains mainly: green. Hex color #70EFED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70EFED is #8F1012. Grayscale: #C8C8C8. Windows color (decimal): -9375763 or 15593328. OLE color: 15593328.
HSL color Cylindrical-coordinate representation of color #70EFED: hue angle of 179.06º degrees, saturation: 0.8, 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 #70EFED is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 239 | 237 | - |
| CMYK | 0.53 | 0 | 0.01 | 0.06 |
| HSL | 179.06º | 0.8% | 0.69% | - |
| HSV(B) | 179.06º | 0.53% | 0.94% | - |
| XYZ | 52.83 | 71.29 | 91.1 | - |
| YUV | 200.8 | 148.42 | 64.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 239 | 237 | 0.53 | 0 | 0.01 | 0.06 | 179.06 | 0.8 | 0.69 |
| Hex | 70 | EF | ED | 35 | 0 | 1 | 6 | B3 | 50 | 45 |
| Octal | 160 | 357 | 355 | 65 | 0 | 1 | 6 | 263 | 120 | 105 |
| Binary | 1110000 | 11101111 | 11101101 | 110101 | 0 | 1 | 110 | 10110011 | 1010000 | 1000101 |
Color Harmonies of #70EFED
Complementary color
Monochromatic Colors of #70EFED
Black with #70EFED
Text Example
Text Example
White with #70EFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EFED; }
p { color: rgb(112,239,237); }
H1.HeaderClassName
{
color: #70EFED;
}
.AnyTagClassName
{
color: #70EFED;
}
</style>
background-color css
<style>
a { background-color: #70EFED; }
a { background-color: rgb(112,239,237); }
div.DivClassName
{
background-color: #70EFED;
}
.BgClassName
{
background-color: #70EFED;
}
</style>
border-color css
<style>
span { border-color: #70EFED; }
span { border-color: rgb(112,239,237); }
td.TdClassName
{
border-color: #70EFED;
}
.TagClassName
{
border-color: #70EFED;
}
</style>