Shades of Electric Blue #76EEF8
Tints of Electric Blue #76EEF8
RGB
CMYK
RGB Variations
Color information
#76EEF8 (or 0x76EEF8) is known color: Electric Blue. HEX triplet: 76, EE and F8. RGB value is (118,238,248). Sum of RGB (Red+Green+Blue) = 118+238+248=604 (80% of max value = 765). Red value is 118 (46.48% from 255 or 19.54% from 604); Green value is 238 (93.36% from 255 or 39.40% from 604); Blue value is 248 (97.27% from 255 or 41.06% from 604); Max value from RGB is 248 - color contains mainly: blue. Hex color #76EEF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76EEF8 is #891107. Grayscale: #CBCBCB. Windows color (decimal): -8982792 or 16313974. OLE color: 16313974.
HSL color Cylindrical-coordinate representation of color #76EEF8: hue angle of 184.62º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76EEF8 is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 118 | 238 | 248 | - |
| CMYK | 0.52 | 0.04 | 0 | 0.03 |
| HSL | 184.62º | 0.9% | 0.72% | - |
| HSV(B) | 184.62º | 0.52% | 0.97% | - |
| XYZ | 54.99 | 71.78 | 99.76 | - |
| YUV | 203.26 | 153.24 | 67.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 238 | 248 | 0.52 | 0.04 | 0 | 0.03 | 184.62 | 0.9 | 0.72 |
| Hex | 76 | EE | F8 | 34 | 4 | 0 | 3 | B9 | 5A | 48 |
| Octal | 166 | 356 | 370 | 64 | 4 | 0 | 3 | 271 | 132 | 110 |
| Binary | 1110110 | 11101110 | 11111000 | 110100 | 100 | 0 | 11 | 10111001 | 1011010 | 1001000 |
Color Harmonies of #76EEF8
Complementary color
Monochromatic Colors of #76EEF8
Black with #76EEF8
Text Example
Text Example
White with #76EEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76EEF8; }
p { color: rgb(118,238,248); }
H1.HeaderClassName
{
color: #76EEF8;
}
.AnyTagClassName
{
color: #76EEF8;
}
</style>
background-color css
<style>
a { background-color: #76EEF8; }
a { background-color: rgb(118,238,248); }
div.DivClassName
{
background-color: #76EEF8;
}
.BgClassName
{
background-color: #76EEF8;
}
</style>
border-color css
<style>
span { border-color: #76EEF8; }
span { border-color: rgb(118,238,248); }
td.TdClassName
{
border-color: #76EEF8;
}
.TagClassName
{
border-color: #76EEF8;
}
</style>