Shades of Electric Blue #70E8FD
Tints of Electric Blue #70E8FD
RGB
CMYK
RGB Variations
Color information
#70E8FD (or 0x70E8FD) is known color: Electric Blue. HEX triplet: 70, E8 and FD. RGB value is (112,232,253). Sum of RGB (Red+Green+Blue) = 112+232+253=597 (79% of max value = 765). Red value is 112 (44.14% from 255 or 18.76% from 597); Green value is 232 (91.02% from 255 or 38.86% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #70E8FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70E8FD is #8F1702. Grayscale: #C6C6C6. Windows color (decimal): -9377539 or 16640112. OLE color: 16640112.
HSL color Cylindrical-coordinate representation of color #70E8FD: hue angle of 188.94º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70E8FD is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 232 | 253 | - |
| CMYK | 0.56 | 0.08 | 0 | 0.01 |
| HSL | 188.94º | 0.97% | 0.72% | - |
| HSV(B) | 188.94º | 0.56% | 0.99% | - |
| XYZ | 53.27 | 68.25 | 103.29 | - |
| YUV | 198.51 | 158.74 | 66.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 232 | 253 | 0.56 | 0.08 | 0 | 0.01 | 188.94 | 0.97 | 0.72 |
| Hex | 70 | E8 | FD | 38 | 8 | 0 | 1 | BD | 61 | 48 |
| Octal | 160 | 350 | 375 | 70 | 10 | 0 | 1 | 275 | 141 | 110 |
| Binary | 1110000 | 11101000 | 11111101 | 111000 | 1000 | 0 | 1 | 10111101 | 1100001 | 1001000 |
Color Harmonies of #70E8FD
Complementary color
Monochromatic Colors of #70E8FD
Black with #70E8FD
Text Example
Text Example
White with #70E8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E8FD; }
p { color: rgb(112,232,253); }
H1.HeaderClassName
{
color: #70E8FD;
}
.AnyTagClassName
{
color: #70E8FD;
}
</style>
background-color css
<style>
a { background-color: #70E8FD; }
a { background-color: rgb(112,232,253); }
div.DivClassName
{
background-color: #70E8FD;
}
.BgClassName
{
background-color: #70E8FD;
}
</style>
border-color css
<style>
span { border-color: #70E8FD; }
span { border-color: rgb(112,232,253); }
td.TdClassName
{
border-color: #70E8FD;
}
.TagClassName
{
border-color: #70E8FD;
}
</style>