Shades of Electric Blue #76EEF1
Tints of Electric Blue #76EEF1
RGB
CMYK
RGB Variations
Color information
#76EEF1 (or 0x76EEF1) is known color: Electric Blue. HEX triplet: 76, EE and F1. RGB value is (118,238,241). Sum of RGB (Red+Green+Blue) = 118+238+241=597 (79% of max value = 765). Red value is 118 (46.48% from 255 or 19.77% from 597); Green value is 238 (93.36% from 255 or 39.87% from 597); Blue value is 241 (94.53% from 255 or 40.37% from 597); Max value from RGB is 241 - color contains mainly: blue. Hex color #76EEF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76EEF1 is #89110E. Grayscale: #CACACA. Windows color (decimal): -8982799 or 15855222. OLE color: 15855222.
HSL color Cylindrical-coordinate representation of color #76EEF1: hue angle of 181.46º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76EEF1 is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 238 | 241 | - |
| CMYK | 0.51 | 0.01 | 0 | 0.05 |
| HSL | 181.46º | 0.81% | 0.7% | - |
| HSV(B) | 181.46º | 0.51% | 0.95% | - |
| XYZ | 53.92 | 71.35 | 94.15 | - |
| YUV | 202.46 | 149.74 | 67.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 238 | 241 | 0.51 | 0.01 | 0 | 0.05 | 181.46 | 0.81 | 0.7 |
| Hex | 76 | EE | F1 | 33 | 1 | 0 | 5 | B5 | 51 | 46 |
| Octal | 166 | 356 | 361 | 63 | 1 | 0 | 5 | 265 | 121 | 106 |
| Binary | 1110110 | 11101110 | 11110001 | 110011 | 1 | 0 | 101 | 10110101 | 1010001 | 1000110 |
Color Harmonies of #76EEF1
Complementary color
Monochromatic Colors of #76EEF1
Black with #76EEF1
Text Example
Text Example
White with #76EEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76EEF1; }
p { color: rgb(118,238,241); }
H1.HeaderClassName
{
color: #76EEF1;
}
.AnyTagClassName
{
color: #76EEF1;
}
</style>
background-color css
<style>
a { background-color: #76EEF1; }
a { background-color: rgb(118,238,241); }
div.DivClassName
{
background-color: #76EEF1;
}
.BgClassName
{
background-color: #76EEF1;
}
</style>
border-color css
<style>
span { border-color: #76EEF1; }
span { border-color: rgb(118,238,241); }
td.TdClassName
{
border-color: #76EEF1;
}
.TagClassName
{
border-color: #76EEF1;
}
</style>