Shades of Electric Blue #70ECFC
Tints of Electric Blue #70ECFC
RGB
CMYK
RGB Variations
Color information
#70ECFC (or 0x70ECFC) is known color: Electric Blue. HEX triplet: 70, EC and FC. RGB value is (112,236,252). Sum of RGB (Red+Green+Blue) = 112+236+252=600 (79% of max value = 765). Red value is 112 (44.14% from 255 or 18.67% from 600); Green value is 236 (92.58% from 255 or 39.33% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #70ECFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70ECFC is #8F1303. Grayscale: #C8C8C8. Windows color (decimal): -9376516 or 16575600. OLE color: 16575600.
HSL color Cylindrical-coordinate representation of color #70ECFC: hue angle of 186.86º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70ECFC is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 236 | 252 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.01 |
| HSL | 186.86º | 0.96% | 0.71% | - |
| HSV(B) | 186.86º | 0.56% | 0.99% | - |
| XYZ | 54.25 | 70.46 | 102.84 | - |
| YUV | 200.75 | 156.92 | 64.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 236 | 252 | 0.56 | 0.06 | 0 | 0.01 | 186.86 | 0.96 | 0.71 |
| Hex | 70 | EC | FC | 38 | 6 | 0 | 1 | BB | 60 | 47 |
| Octal | 160 | 354 | 374 | 70 | 6 | 0 | 1 | 273 | 140 | 107 |
| Binary | 1110000 | 11101100 | 11111100 | 111000 | 110 | 0 | 1 | 10111011 | 1100000 | 1000111 |
Color Harmonies of #70ECFC
Complementary color
Monochromatic Colors of #70ECFC
Black with #70ECFC
Text Example
Text Example
White with #70ECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ECFC; }
p { color: rgb(112,236,252); }
H1.HeaderClassName
{
color: #70ECFC;
}
.AnyTagClassName
{
color: #70ECFC;
}
</style>
background-color css
<style>
a { background-color: #70ECFC; }
a { background-color: rgb(112,236,252); }
div.DivClassName
{
background-color: #70ECFC;
}
.BgClassName
{
background-color: #70ECFC;
}
</style>
border-color css
<style>
span { border-color: #70ECFC; }
span { border-color: rgb(112,236,252); }
td.TdClassName
{
border-color: #70ECFC;
}
.TagClassName
{
border-color: #70ECFC;
}
</style>