Shades of Electric Blue #70ECFF
Tints of Electric Blue #70ECFF
RGB
CMYK
RGB Variations
Color information
#70ECFF (or 0x70ECFF) is known color: Electric Blue. HEX triplet: 70, EC and FF. RGB value is (112,236,255). Sum of RGB (Red+Green+Blue) = 112+236+255=603 (79% of max value = 765). Red value is 112 (44.14% from 255 or 18.57% from 603); Green value is 236 (92.58% from 255 or 39.14% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #70ECFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70ECFF is #8F1300. Grayscale: #C8C8C8. Windows color (decimal): -9376513 or 16772208. OLE color: 16772208.
HSL color Cylindrical-coordinate representation of color #70ECFF: hue angle of 187.97º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70ECFF is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 236 | 255 | - |
| CMYK | 0.56 | 0.07 | 0 | 0 |
| HSL | 187.97º | 1% | 0.72% | - |
| HSV(B) | 187.97º | 0.56% | 1% | - |
| XYZ | 54.73 | 70.66 | 105.36 | - |
| YUV | 201.09 | 158.42 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 236 | 255 | 0.56 | 0.07 | 0 | 0 | 187.97 | 1 | 0.72 |
| Hex | 70 | EC | FF | 38 | 7 | 0 | 0 | BC | 64 | 48 |
| Octal | 160 | 354 | 377 | 70 | 7 | 0 | 0 | 274 | 144 | 110 |
| Binary | 1110000 | 11101100 | 11111111 | 111000 | 111 | 0 | 0 | 10111100 | 1100100 | 1001000 |
Color Harmonies of #70ECFF
Complementary color
Monochromatic Colors of #70ECFF
Black with #70ECFF
Text Example
Text Example
White with #70ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ECFF; }
p { color: rgb(112,236,255); }
H1.HeaderClassName
{
color: #70ECFF;
}
.AnyTagClassName
{
color: #70ECFF;
}
</style>
background-color css
<style>
a { background-color: #70ECFF; }
a { background-color: rgb(112,236,255); }
div.DivClassName
{
background-color: #70ECFF;
}
.BgClassName
{
background-color: #70ECFF;
}
</style>
border-color css
<style>
span { border-color: #70ECFF; }
span { border-color: rgb(112,236,255); }
td.TdClassName
{
border-color: #70ECFF;
}
.TagClassName
{
border-color: #70ECFF;
}
</style>