Shades of Electric Blue #81F2EA
Tints of Electric Blue #81F2EA
RGB
CMYK
RGB Variations
Color information
#81F2EA (or 0x81F2EA) is known color: Electric Blue. HEX triplet: 81, F2 and EA. RGB value is (129,242,234). Sum of RGB (Red+Green+Blue) = 129+242+234=605 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.32% from 605); Green value is 242 (94.92% from 255 or 40% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 242 - color contains mainly: green. Hex color #81F2EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81F2EA is #7E0D15. Grayscale: #CFCFCF. Windows color (decimal): -8260886 or 15397505. OLE color: 15397505.
HSL color Cylindrical-coordinate representation of color #81F2EA: hue angle of 175.75º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81F2EA is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 242 | 234 | - |
| CMYK | 0.47 | 0 | 0.03 | 0.05 |
| HSL | 175.75º | 0.81% | 0.73% | - |
| HSV(B) | 175.75º | 0.47% | 0.95% | - |
| XYZ | 55.66 | 74.11 | 89.21 | - |
| YUV | 207.3 | 143.06 | 72.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 242 | 234 | 0.47 | 0 | 0.03 | 0.05 | 175.75 | 0.81 | 0.73 |
| Hex | 81 | F2 | EA | 2F | 0 | 3 | 5 | B0 | 51 | 49 |
| Octal | 201 | 362 | 352 | 57 | 0 | 3 | 5 | 260 | 121 | 111 |
| Binary | 10000001 | 11110010 | 11101010 | 101111 | 0 | 11 | 101 | 10110000 | 1010001 | 1001001 |
Color Harmonies of #81F2EA
Complementary color
Monochromatic Colors of #81F2EA
Black with #81F2EA
Text Example
Text Example
White with #81F2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F2EA; }
p { color: rgb(129,242,234); }
H1.HeaderClassName
{
color: #81F2EA;
}
.AnyTagClassName
{
color: #81F2EA;
}
</style>
background-color css
<style>
a { background-color: #81F2EA; }
a { background-color: rgb(129,242,234); }
div.DivClassName
{
background-color: #81F2EA;
}
.BgClassName
{
background-color: #81F2EA;
}
</style>
border-color css
<style>
span { border-color: #81F2EA; }
span { border-color: rgb(129,242,234); }
td.TdClassName
{
border-color: #81F2EA;
}
.TagClassName
{
border-color: #81F2EA;
}
</style>