Shades of Electric Blue #70EBF8
Tints of Electric Blue #70EBF8
RGB
CMYK
RGB Variations
Color information
#70EBF8 (or 0x70EBF8) is known color: Electric Blue. HEX triplet: 70, EB and F8. RGB value is (112,235,248). Sum of RGB (Red+Green+Blue) = 112+235+248=595 (78% of max value = 765). Red value is 112 (44.14% from 255 or 18.82% from 595); Green value is 235 (92.19% from 255 or 39.50% from 595); Blue value is 248 (97.27% from 255 or 41.68% from 595); Max value from RGB is 248 - color contains mainly: blue. Hex color #70EBF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70EBF8 is #8F1407. Grayscale: #C7C7C7. Windows color (decimal): -9376776 or 16313200. OLE color: 16313200.
HSL color Cylindrical-coordinate representation of color #70EBF8: hue angle of 185.74º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70EBF8 is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 112 | 235 | 248 | - |
| CMYK | 0.55 | 0.05 | 0 | 0.03 |
| HSL | 185.74º | 0.91% | 0.71% | - |
| HSV(B) | 185.74º | 0.55% | 0.97% | - |
| XYZ | 53.33 | 69.64 | 99.44 | - |
| YUV | 199.71 | 155.25 | 65.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 235 | 248 | 0.55 | 0.05 | 0 | 0.03 | 185.74 | 0.91 | 0.71 |
| Hex | 70 | EB | F8 | 37 | 5 | 0 | 3 | BA | 5B | 47 |
| Octal | 160 | 353 | 370 | 67 | 5 | 0 | 3 | 272 | 133 | 107 |
| Binary | 1110000 | 11101011 | 11111000 | 110111 | 101 | 0 | 11 | 10111010 | 1011011 | 1000111 |
Color Harmonies of #70EBF8
Complementary color
Monochromatic Colors of #70EBF8
Black with #70EBF8
Text Example
Text Example
White with #70EBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EBF8; }
p { color: rgb(112,235,248); }
H1.HeaderClassName
{
color: #70EBF8;
}
.AnyTagClassName
{
color: #70EBF8;
}
</style>
background-color css
<style>
a { background-color: #70EBF8; }
a { background-color: rgb(112,235,248); }
div.DivClassName
{
background-color: #70EBF8;
}
.BgClassName
{
background-color: #70EBF8;
}
</style>
border-color css
<style>
span { border-color: #70EBF8; }
span { border-color: rgb(112,235,248); }
td.TdClassName
{
border-color: #70EBF8;
}
.TagClassName
{
border-color: #70EBF8;
}
</style>