Shades of Electric Blue #76E9F3
Tints of Electric Blue #76E9F3
RGB
CMYK
RGB Variations
Color information
#76E9F3 (or 0x76E9F3) is known color: Electric Blue. HEX triplet: 76, E9 and F3. RGB value is (118,233,243). Sum of RGB (Red+Green+Blue) = 118+233+243=594 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.87% from 594); Green value is 233 (91.41% from 255 or 39.23% from 594); Blue value is 243 (95.31% from 255 or 40.91% from 594); Max value from RGB is 243 - color contains mainly: blue. Hex color #76E9F3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76E9F3 is #89160C. Grayscale: #C7C7C7. Windows color (decimal): -8984077 or 15985014. OLE color: 15985014.
HSL color Cylindrical-coordinate representation of color #76E9F3: hue angle of 184.8º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76E9F3 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 233 | 243 | - |
| CMYK | 0.51 | 0.04 | 0 | 0.05 |
| HSL | 184.8º | 0.84% | 0.71% | - |
| HSV(B) | 184.8º | 0.51% | 0.95% | - |
| XYZ | 52.79 | 68.6 | 95.25 | - |
| YUV | 199.76 | 152.4 | 69.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 233 | 243 | 0.51 | 0.04 | 0 | 0.05 | 184.8 | 0.84 | 0.71 |
| Hex | 76 | E9 | F3 | 33 | 4 | 0 | 5 | B9 | 54 | 47 |
| Octal | 166 | 351 | 363 | 63 | 4 | 0 | 5 | 271 | 124 | 107 |
| Binary | 1110110 | 11101001 | 11110011 | 110011 | 100 | 0 | 101 | 10111001 | 1010100 | 1000111 |
Color Harmonies of #76E9F3
Complementary color
Monochromatic Colors of #76E9F3
Black with #76E9F3
Text Example
Text Example
White with #76E9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E9F3; }
p { color: rgb(118,233,243); }
H1.HeaderClassName
{
color: #76E9F3;
}
.AnyTagClassName
{
color: #76E9F3;
}
</style>
background-color css
<style>
a { background-color: #76E9F3; }
a { background-color: rgb(118,233,243); }
div.DivClassName
{
background-color: #76E9F3;
}
.BgClassName
{
background-color: #76E9F3;
}
</style>
border-color css
<style>
span { border-color: #76E9F3; }
span { border-color: rgb(118,233,243); }
td.TdClassName
{
border-color: #76E9F3;
}
.TagClassName
{
border-color: #76E9F3;
}
</style>