Shades of Electric Blue #81F3EA
Tints of Electric Blue #81F3EA
RGB
CMYK
RGB Variations
Color information
#81F3EA (or 0x81F3EA) is known color: Electric Blue. HEX triplet: 81, F3 and EA. RGB value is (129,243,234). Sum of RGB (Red+Green+Blue) = 129+243+234=606 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.29% from 606); Green value is 243 (95.31% from 255 or 40.10% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 243 - color contains mainly: green. Hex color #81F3EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81F3EA is #7E0C15. Grayscale: #CFCFCF. Windows color (decimal): -8260630 or 15397761. OLE color: 15397761.
HSL color Cylindrical-coordinate representation of color #81F3EA: hue angle of 175.26º degrees, saturation: 0.83, 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 #81F3EA is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 243 | 234 | - |
| CMYK | 0.47 | 0 | 0.04 | 0.05 |
| HSL | 175.26º | 0.83% | 0.73% | - |
| HSV(B) | 175.26º | 0.47% | 0.95% | - |
| XYZ | 55.96 | 74.71 | 89.31 | - |
| YUV | 207.89 | 142.73 | 71.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 243 | 234 | 0.47 | 0 | 0.04 | 0.05 | 175.26 | 0.83 | 0.73 |
| Hex | 81 | F3 | EA | 2F | 0 | 4 | 5 | AF | 53 | 49 |
| Octal | 201 | 363 | 352 | 57 | 0 | 4 | 5 | 257 | 123 | 111 |
| Binary | 10000001 | 11110011 | 11101010 | 101111 | 0 | 100 | 101 | 10101111 | 1010011 | 1001001 |
Color Harmonies of #81F3EA
Complementary color
Monochromatic Colors of #81F3EA
Black with #81F3EA
Text Example
Text Example
White with #81F3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F3EA; }
p { color: rgb(129,243,234); }
H1.HeaderClassName
{
color: #81F3EA;
}
.AnyTagClassName
{
color: #81F3EA;
}
</style>
background-color css
<style>
a { background-color: #81F3EA; }
a { background-color: rgb(129,243,234); }
div.DivClassName
{
background-color: #81F3EA;
}
.BgClassName
{
background-color: #81F3EA;
}
</style>
border-color css
<style>
span { border-color: #81F3EA; }
span { border-color: rgb(129,243,234); }
td.TdClassName
{
border-color: #81F3EA;
}
.TagClassName
{
border-color: #81F3EA;
}
</style>