Shades of Electric Blue #81EEE8
Tints of Electric Blue #81EEE8
RGB
CMYK
RGB Variations
Color information
#81EEE8 (or 0x81EEE8) is known color: Electric Blue. HEX triplet: 81, EE and E8. RGB value is (129,238,232). Sum of RGB (Red+Green+Blue) = 129+238+232=599 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.54% from 599); Green value is 238 (93.36% from 255 or 39.73% from 599); Blue value is 232 (91.02% from 255 or 38.73% from 599); Max value from RGB is 238 - color contains mainly: green. Hex color #81EEE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81EEE8 is #7E1117. Grayscale: #CCCCCC. Windows color (decimal): -8261912 or 15265409. OLE color: 15265409.
HSL color Cylindrical-coordinate representation of color #81EEE8: hue angle of 176.7º 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 #81EEE8 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 238 | 232 | - |
| CMYK | 0.46 | 0 | 0.03 | 0.07 |
| HSL | 176.7º | 0.76% | 0.72% | - |
| HSV(B) | 176.7º | 0.46% | 0.93% | - |
| XYZ | 54.19 | 71.64 | 87.32 | - |
| YUV | 204.73 | 143.39 | 73.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 238 | 232 | 0.46 | 0 | 0.03 | 0.07 | 176.7 | 0.76 | 0.72 |
| Hex | 81 | EE | E8 | 2E | 0 | 3 | 7 | B1 | 4C | 48 |
| Octal | 201 | 356 | 350 | 56 | 0 | 3 | 7 | 261 | 114 | 110 |
| Binary | 10000001 | 11101110 | 11101000 | 101110 | 0 | 11 | 111 | 10110001 | 1001100 | 1001000 |
Color Harmonies of #81EEE8
Complementary color
Monochromatic Colors of #81EEE8
Black with #81EEE8
Text Example
Text Example
White with #81EEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EEE8; }
p { color: rgb(129,238,232); }
H1.HeaderClassName
{
color: #81EEE8;
}
.AnyTagClassName
{
color: #81EEE8;
}
</style>
background-color css
<style>
a { background-color: #81EEE8; }
a { background-color: rgb(129,238,232); }
div.DivClassName
{
background-color: #81EEE8;
}
.BgClassName
{
background-color: #81EEE8;
}
</style>
border-color css
<style>
span { border-color: #81EEE8; }
span { border-color: rgb(129,238,232); }
td.TdClassName
{
border-color: #81EEE8;
}
.TagClassName
{
border-color: #81EEE8;
}
</style>