Shades of Electric Blue #70E8FF
Tints of Electric Blue #70E8FF
RGB
CMYK
RGB Variations
Color information
#70E8FF (or 0x70E8FF) is known color: Electric Blue. HEX triplet: 70, E8 and FF. RGB value is (112,232,255). Sum of RGB (Red+Green+Blue) = 112+232+255=599 (79% of max value = 765). Red value is 112 (44.14% from 255 or 18.70% from 599); Green value is 232 (91.02% from 255 or 38.73% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #70E8FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70E8FF is #8F1700. Grayscale: #C6C6C6. Windows color (decimal): -9377537 or 16771184. OLE color: 16771184.
HSL color Cylindrical-coordinate representation of color #70E8FF: hue angle of 189.65º 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 #70E8FF is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 232 | 255 | - |
| CMYK | 0.56 | 0.09 | 0 | 0 |
| HSL | 189.65º | 1% | 0.72% | - |
| HSV(B) | 189.65º | 0.56% | 1% | - |
| XYZ | 53.59 | 68.38 | 104.98 | - |
| YUV | 198.74 | 159.74 | 66.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 232 | 255 | 0.56 | 0.09 | 0 | 0 | 189.65 | 1 | 0.72 |
| Hex | 70 | E8 | FF | 38 | 9 | 0 | 0 | BE | 64 | 48 |
| Octal | 160 | 350 | 377 | 70 | 11 | 0 | 0 | 276 | 144 | 110 |
| Binary | 1110000 | 11101000 | 11111111 | 111000 | 1001 | 0 | 0 | 10111110 | 1100100 | 1001000 |
Color Harmonies of #70E8FF
Complementary color
Monochromatic Colors of #70E8FF
Black with #70E8FF
Text Example
Text Example
White with #70E8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E8FF; }
p { color: rgb(112,232,255); }
H1.HeaderClassName
{
color: #70E8FF;
}
.AnyTagClassName
{
color: #70E8FF;
}
</style>
background-color css
<style>
a { background-color: #70E8FF; }
a { background-color: rgb(112,232,255); }
div.DivClassName
{
background-color: #70E8FF;
}
.BgClassName
{
background-color: #70E8FF;
}
</style>
border-color css
<style>
span { border-color: #70E8FF; }
span { border-color: rgb(112,232,255); }
td.TdClassName
{
border-color: #70E8FF;
}
.TagClassName
{
border-color: #70E8FF;
}
</style>