Shades of Electric Blue #70EDF9
Tints of Electric Blue #70EDF9
RGB
CMYK
RGB Variations
Color information
#70EDF9 (or 0x70EDF9) is known color: Electric Blue. HEX triplet: 70, ED and F9. RGB value is (112,237,249). Sum of RGB (Red+Green+Blue) = 112+237+249=598 (79% of max value = 765). Red value is 112 (44.14% from 255 or 18.73% from 598); Green value is 237 (92.97% from 255 or 39.63% from 598); Blue value is 249 (97.66% from 255 or 41.64% from 598); Max value from RGB is 249 - color contains mainly: blue. Hex color #70EDF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70EDF9 is #8F1206. Grayscale: #C8C8C8. Windows color (decimal): -9376263 or 16379248. OLE color: 16379248.
HSL color Cylindrical-coordinate representation of color #70EDF9: hue angle of 185.26º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70EDF9 is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 237 | 249 | - |
| CMYK | 0.55 | 0.05 | 0 | 0.02 |
| HSL | 185.26º | 0.92% | 0.71% | - |
| HSV(B) | 185.26º | 0.55% | 0.98% | - |
| XYZ | 54.07 | 70.85 | 100.45 | - |
| YUV | 200.99 | 155.09 | 64.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 237 | 249 | 0.55 | 0.05 | 0 | 0.02 | 185.26 | 0.92 | 0.71 |
| Hex | 70 | ED | F9 | 37 | 5 | 0 | 2 | B9 | 5C | 47 |
| Octal | 160 | 355 | 371 | 67 | 5 | 0 | 2 | 271 | 134 | 107 |
| Binary | 1110000 | 11101101 | 11111001 | 110111 | 101 | 0 | 10 | 10111001 | 1011100 | 1000111 |
Color Harmonies of #70EDF9
Complementary color
Monochromatic Colors of #70EDF9
Black with #70EDF9
Text Example
Text Example
White with #70EDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EDF9; }
p { color: rgb(112,237,249); }
H1.HeaderClassName
{
color: #70EDF9;
}
.AnyTagClassName
{
color: #70EDF9;
}
</style>
background-color css
<style>
a { background-color: #70EDF9; }
a { background-color: rgb(112,237,249); }
div.DivClassName
{
background-color: #70EDF9;
}
.BgClassName
{
background-color: #70EDF9;
}
</style>
border-color css
<style>
span { border-color: #70EDF9; }
span { border-color: rgb(112,237,249); }
td.TdClassName
{
border-color: #70EDF9;
}
.TagClassName
{
border-color: #70EDF9;
}
</style>