Shades of Electric Blue #76F3E8
Tints of Electric Blue #76F3E8
RGB
CMYK
RGB Variations
Color information
#76F3E8 (or 0x76F3E8) is known color: Electric Blue. HEX triplet: 76, F3 and E8. RGB value is (118,243,232). Sum of RGB (Red+Green+Blue) = 118+243+232=593 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.90% from 593); Green value is 243 (95.31% from 255 or 40.98% from 593); Blue value is 232 (91.02% from 255 or 39.12% from 593); Max value from RGB is 243 - color contains mainly: green. Hex color #76F3E8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76F3E8 is #890C17. Grayscale: #CCCCCC. Windows color (decimal): -8981528 or 15266678. OLE color: 15266678.
HSL color Cylindrical-coordinate representation of color #76F3E8: hue angle of 174.72º 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 #76F3E8 is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 243 | 232 | - |
| CMYK | 0.51 | 0 | 0.05 | 0.05 |
| HSL | 174.72º | 0.84% | 0.71% | - |
| HSV(B) | 174.72º | 0.51% | 0.95% | - |
| XYZ | 54.09 | 73.78 | 87.73 | - |
| YUV | 204.37 | 143.59 | 66.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 243 | 232 | 0.51 | 0 | 0.05 | 0.05 | 174.72 | 0.84 | 0.71 |
| Hex | 76 | F3 | E8 | 33 | 0 | 5 | 5 | AF | 54 | 47 |
| Octal | 166 | 363 | 350 | 63 | 0 | 5 | 5 | 257 | 124 | 107 |
| Binary | 1110110 | 11110011 | 11101000 | 110011 | 0 | 101 | 101 | 10101111 | 1010100 | 1000111 |
Color Harmonies of #76F3E8
Complementary color
Monochromatic Colors of #76F3E8
Black with #76F3E8
Text Example
Text Example
White with #76F3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F3E8; }
p { color: rgb(118,243,232); }
H1.HeaderClassName
{
color: #76F3E8;
}
.AnyTagClassName
{
color: #76F3E8;
}
</style>
background-color css
<style>
a { background-color: #76F3E8; }
a { background-color: rgb(118,243,232); }
div.DivClassName
{
background-color: #76F3E8;
}
.BgClassName
{
background-color: #76F3E8;
}
</style>
border-color css
<style>
span { border-color: #76F3E8; }
span { border-color: rgb(118,243,232); }
td.TdClassName
{
border-color: #76F3E8;
}
.TagClassName
{
border-color: #76F3E8;
}
</style>