Shades of Electric Blue #70EFFE
Tints of Electric Blue #70EFFE
RGB
CMYK
RGB Variations
Color information
#70EFFE (or 0x70EFFE) is known color: Electric Blue. HEX triplet: 70, EF and FE. RGB value is (112,239,254). Sum of RGB (Red+Green+Blue) = 112+239+254=605 (80% of max value = 765). Red value is 112 (44.14% from 255 or 18.51% from 605); Green value is 239 (93.75% from 255 or 39.50% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #70EFFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70EFFE is #8F1001. Grayscale: #CACACA. Windows color (decimal): -9375746 or 16707440. OLE color: 16707440.
HSL color Cylindrical-coordinate representation of color #70EFFE: hue angle of 186.34º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70EFFE is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 239 | 254 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.00 |
| HSL | 186.34º | 0.99% | 0.72% | - |
| HSV(B) | 186.34º | 0.56% | 1% | - |
| XYZ | 55.44 | 72.33 | 104.81 | - |
| YUV | 202.74 | 156.92 | 63.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 239 | 254 | 0.56 | 0.06 | 0 | 0.00 | 186.34 | 0.99 | 0.72 |
| Hex | 70 | EF | FE | 38 | 6 | 0 | 0 | BA | 63 | 48 |
| Octal | 160 | 357 | 376 | 70 | 6 | 0 | 0 | 272 | 143 | 110 |
| Binary | 1110000 | 11101111 | 11111110 | 111000 | 110 | 0 | 0 | 10111010 | 1100011 | 1001000 |
Color Harmonies of #70EFFE
Complementary color
Monochromatic Colors of #70EFFE
Black with #70EFFE
Text Example
Text Example
White with #70EFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EFFE; }
p { color: rgb(112,239,254); }
H1.HeaderClassName
{
color: #70EFFE;
}
.AnyTagClassName
{
color: #70EFFE;
}
</style>
background-color css
<style>
a { background-color: #70EFFE; }
a { background-color: rgb(112,239,254); }
div.DivClassName
{
background-color: #70EFFE;
}
.BgClassName
{
background-color: #70EFFE;
}
</style>
border-color css
<style>
span { border-color: #70EFFE; }
span { border-color: rgb(112,239,254); }
td.TdClassName
{
border-color: #70EFFE;
}
.TagClassName
{
border-color: #70EFFE;
}
</style>