Shades of Electric Blue #70EAFE
Tints of Electric Blue #70EAFE
RGB
CMYK
RGB Variations
Color information
#70EAFE (or 0x70EAFE) is known color: Electric Blue. HEX triplet: 70, EA and FE. RGB value is (112,234,254). Sum of RGB (Red+Green+Blue) = 112+234+254=600 (79% of max value = 765). Red value is 112 (44.14% from 255 or 18.67% from 600); Green value is 234 (91.80% from 255 or 39% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #70EAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70EAFE is #8F1501. Grayscale: #C7C7C7. Windows color (decimal): -9377026 or 16706160. OLE color: 16706160.
HSL color Cylindrical-coordinate representation of color #70EAFE: hue angle of 188.45º 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 #70EAFE is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 234 | 254 | - |
| CMYK | 0.56 | 0.08 | 0 | 0.00 |
| HSL | 188.45º | 0.99% | 0.72% | - |
| HSV(B) | 188.45º | 0.56% | 1% | - |
| XYZ | 53.99 | 69.45 | 104.32 | - |
| YUV | 199.8 | 158.58 | 65.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 234 | 254 | 0.56 | 0.08 | 0 | 0.00 | 188.45 | 0.99 | 0.72 |
| Hex | 70 | EA | FE | 38 | 8 | 0 | 0 | BC | 63 | 48 |
| Octal | 160 | 352 | 376 | 70 | 10 | 0 | 0 | 274 | 143 | 110 |
| Binary | 1110000 | 11101010 | 11111110 | 111000 | 1000 | 0 | 0 | 10111100 | 1100011 | 1001000 |
Color Harmonies of #70EAFE
Complementary color
Monochromatic Colors of #70EAFE
Black with #70EAFE
Text Example
Text Example
White with #70EAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EAFE; }
p { color: rgb(112,234,254); }
H1.HeaderClassName
{
color: #70EAFE;
}
.AnyTagClassName
{
color: #70EAFE;
}
</style>
background-color css
<style>
a { background-color: #70EAFE; }
a { background-color: rgb(112,234,254); }
div.DivClassName
{
background-color: #70EAFE;
}
.BgClassName
{
background-color: #70EAFE;
}
</style>
border-color css
<style>
span { border-color: #70EAFE; }
span { border-color: rgb(112,234,254); }
td.TdClassName
{
border-color: #70EAFE;
}
.TagClassName
{
border-color: #70EAFE;
}
</style>