Shades of Electric Blue #70E8FA
Tints of Electric Blue #70E8FA
RGB
CMYK
RGB Variations
Color information
#70E8FA (or 0x70E8FA) is known color: Electric Blue. HEX triplet: 70, E8 and FA. RGB value is (112,232,250). Sum of RGB (Red+Green+Blue) = 112+232+250=594 (78% of max value = 765). Red value is 112 (44.14% from 255 or 18.86% from 594); Green value is 232 (91.02% from 255 or 39.06% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #70E8FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70E8FA is #8F1705. Grayscale: #C5C5C5. Windows color (decimal): -9377542 or 16443504. OLE color: 16443504.
HSL color Cylindrical-coordinate representation of color #70E8FA: hue angle of 187.83º degrees, saturation: 0.93, 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 #70E8FA is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 232 | 250 | - |
| CMYK | 0.55 | 0.07 | 0 | 0.02 |
| HSL | 187.83º | 0.93% | 0.71% | - |
| HSV(B) | 187.83º | 0.55% | 0.98% | - |
| XYZ | 52.79 | 68.06 | 100.8 | - |
| YUV | 198.17 | 157.24 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 232 | 250 | 0.55 | 0.07 | 0 | 0.02 | 187.83 | 0.93 | 0.71 |
| Hex | 70 | E8 | FA | 37 | 7 | 0 | 2 | BC | 5D | 47 |
| Octal | 160 | 350 | 372 | 67 | 7 | 0 | 2 | 274 | 135 | 107 |
| Binary | 1110000 | 11101000 | 11111010 | 110111 | 111 | 0 | 10 | 10111100 | 1011101 | 1000111 |
Color Harmonies of #70E8FA
Complementary color
Monochromatic Colors of #70E8FA
Black with #70E8FA
Text Example
Text Example
White with #70E8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E8FA; }
p { color: rgb(112,232,250); }
H1.HeaderClassName
{
color: #70E8FA;
}
.AnyTagClassName
{
color: #70E8FA;
}
</style>
background-color css
<style>
a { background-color: #70E8FA; }
a { background-color: rgb(112,232,250); }
div.DivClassName
{
background-color: #70E8FA;
}
.BgClassName
{
background-color: #70E8FA;
}
</style>
border-color css
<style>
span { border-color: #70E8FA; }
span { border-color: rgb(112,232,250); }
td.TdClassName
{
border-color: #70E8FA;
}
.TagClassName
{
border-color: #70E8FA;
}
</style>