Shades of Electric Blue #76F2ED
Tints of Electric Blue #76F2ED
RGB
CMYK
RGB Variations
Color information
#76F2ED (or 0x76F2ED) is known color: Electric Blue. HEX triplet: 76, F2 and ED. RGB value is (118,242,237). Sum of RGB (Red+Green+Blue) = 118+242+237=597 (79% of max value = 765). Red value is 118 (46.48% from 255 or 19.77% from 597); Green value is 242 (94.92% from 255 or 40.54% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 242 - color contains mainly: green. Hex color #76F2ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76F2ED is #890D12. Grayscale: #CCCCCC. Windows color (decimal): -8981779 or 15594102. OLE color: 15594102.
HSL color Cylindrical-coordinate representation of color #76F2ED: hue angle of 177.58º degrees, saturation: 0.83, 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 #76F2ED is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 242 | 237 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.05 |
| HSL | 177.58º | 0.83% | 0.71% | - |
| HSV(B) | 177.58º | 0.51% | 0.95% | - |
| XYZ | 54.51 | 73.47 | 91.43 | - |
| YUV | 204.35 | 146.42 | 66.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 242 | 237 | 0.51 | 0 | 0.02 | 0.05 | 177.58 | 0.83 | 0.71 |
| Hex | 76 | F2 | ED | 33 | 0 | 2 | 5 | B2 | 53 | 47 |
| Octal | 166 | 362 | 355 | 63 | 0 | 2 | 5 | 262 | 123 | 107 |
| Binary | 1110110 | 11110010 | 11101101 | 110011 | 0 | 10 | 101 | 10110010 | 1010011 | 1000111 |
Color Harmonies of #76F2ED
Complementary color
Monochromatic Colors of #76F2ED
Black with #76F2ED
Text Example
Text Example
White with #76F2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F2ED; }
p { color: rgb(118,242,237); }
H1.HeaderClassName
{
color: #76F2ED;
}
.AnyTagClassName
{
color: #76F2ED;
}
</style>
background-color css
<style>
a { background-color: #76F2ED; }
a { background-color: rgb(118,242,237); }
div.DivClassName
{
background-color: #76F2ED;
}
.BgClassName
{
background-color: #76F2ED;
}
</style>
border-color css
<style>
span { border-color: #76F2ED; }
span { border-color: rgb(118,242,237); }
td.TdClassName
{
border-color: #76F2ED;
}
.TagClassName
{
border-color: #76F2ED;
}
</style>