Shades of Electric Blue #81EEE7
Tints of Electric Blue #81EEE7
RGB
CMYK
RGB Variations
Color information
#81EEE7 (or 0x81EEE7) is known color: Electric Blue. HEX triplet: 81, EE and E7. RGB value is (129,238,231). Sum of RGB (Red+Green+Blue) = 129+238+231=598 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.57% from 598); Green value is 238 (93.36% from 255 or 39.80% from 598); Blue value is 231 (90.62% from 255 or 38.63% from 598); Max value from RGB is 238 - color contains mainly: green. Hex color #81EEE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81EEE7 is #7E1118. Grayscale: #CCCCCC. Windows color (decimal): -8261913 or 15199873. OLE color: 15199873.
HSL color Cylindrical-coordinate representation of color #81EEE7: hue angle of 176.15º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81EEE7 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 238 | 231 | - |
| CMYK | 0.46 | 0 | 0.03 | 0.07 |
| HSL | 176.15º | 0.76% | 0.72% | - |
| HSV(B) | 176.15º | 0.46% | 0.93% | - |
| XYZ | 54.05 | 71.59 | 86.57 | - |
| YUV | 204.61 | 142.89 | 74.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 238 | 231 | 0.46 | 0 | 0.03 | 0.07 | 176.15 | 0.76 | 0.72 |
| Hex | 81 | EE | E7 | 2E | 0 | 3 | 7 | B0 | 4C | 48 |
| Octal | 201 | 356 | 347 | 56 | 0 | 3 | 7 | 260 | 114 | 110 |
| Binary | 10000001 | 11101110 | 11100111 | 101110 | 0 | 11 | 111 | 10110000 | 1001100 | 1001000 |
Color Harmonies of #81EEE7
Complementary color
Monochromatic Colors of #81EEE7
Black with #81EEE7
Text Example
Text Example
White with #81EEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EEE7; }
p { color: rgb(129,238,231); }
H1.HeaderClassName
{
color: #81EEE7;
}
.AnyTagClassName
{
color: #81EEE7;
}
</style>
background-color css
<style>
a { background-color: #81EEE7; }
a { background-color: rgb(129,238,231); }
div.DivClassName
{
background-color: #81EEE7;
}
.BgClassName
{
background-color: #81EEE7;
}
</style>
border-color css
<style>
span { border-color: #81EEE7; }
span { border-color: rgb(129,238,231); }
td.TdClassName
{
border-color: #81EEE7;
}
.TagClassName
{
border-color: #81EEE7;
}
</style>