Shades of Electric Blue #70EDF2
Tints of Electric Blue #70EDF2
RGB
CMYK
RGB Variations
Color information
#70EDF2 (or 0x70EDF2) is known color: Electric Blue. HEX triplet: 70, ED and F2. RGB value is (112,237,242). Sum of RGB (Red+Green+Blue) = 112+237+242=591 (78% of max value = 765). Red value is 112 (44.14% from 255 or 18.95% from 591); Green value is 237 (92.97% from 255 or 40.10% from 591); Blue value is 242 (94.92% from 255 or 40.95% from 591); Max value from RGB is 242 - color contains mainly: blue. Hex color #70EDF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70EDF2 is #8F120D. Grayscale: #C8C8C8. Windows color (decimal): -9376270 or 15920496. OLE color: 15920496.
HSL color Cylindrical-coordinate representation of color #70EDF2: hue angle of 182.31º 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 #70EDF2 is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 237 | 242 | - |
| CMYK | 0.54 | 0.02 | 0 | 0.05 |
| HSL | 182.31º | 0.83% | 0.69% | - |
| HSV(B) | 182.31º | 0.54% | 0.95% | - |
| XYZ | 52.99 | 70.42 | 94.8 | - |
| YUV | 200.2 | 151.59 | 65.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 237 | 242 | 0.54 | 0.02 | 0 | 0.05 | 182.31 | 0.83 | 0.69 |
| Hex | 70 | ED | F2 | 36 | 2 | 0 | 5 | B6 | 53 | 45 |
| Octal | 160 | 355 | 362 | 66 | 2 | 0 | 5 | 266 | 123 | 105 |
| Binary | 1110000 | 11101101 | 11110010 | 110110 | 10 | 0 | 101 | 10110110 | 1010011 | 1000101 |
Color Harmonies of #70EDF2
Complementary color
Monochromatic Colors of #70EDF2
Black with #70EDF2
Text Example
Text Example
White with #70EDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EDF2; }
p { color: rgb(112,237,242); }
H1.HeaderClassName
{
color: #70EDF2;
}
.AnyTagClassName
{
color: #70EDF2;
}
</style>
background-color css
<style>
a { background-color: #70EDF2; }
a { background-color: rgb(112,237,242); }
div.DivClassName
{
background-color: #70EDF2;
}
.BgClassName
{
background-color: #70EDF2;
}
</style>
border-color css
<style>
span { border-color: #70EDF2; }
span { border-color: rgb(112,237,242); }
td.TdClassName
{
border-color: #70EDF2;
}
.TagClassName
{
border-color: #70EDF2;
}
</style>