Shades of Electric Blue #81FFEC
Tints of Electric Blue #81FFEC
RGB
CMYK
RGB Variations
Color information
#81FFEC (or 0x81FFEC) is known color: Electric Blue. HEX triplet: 81, FF and EC. RGB value is (129,255,236). Sum of RGB (Red+Green+Blue) = 129+255+236=620 (82% of max value = 765). Red value is 129 (50.78% from 255 or 20.81% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #81FFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81FFEC is #7E0013. Grayscale: #D7D7D7. Windows color (decimal): -8257556 or 15531905. OLE color: 15531905.
HSL color Cylindrical-coordinate representation of color #81FFEC: hue angle of 170.95º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81FFEC is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 255 | 236 | - |
| CMYK | 0.49 | 0 | 0.07 | 0 |
| HSL | 170.95º | 1% | 0.75% | - |
| HSV(B) | 170.95º | 0.49% | 1% | - |
| XYZ | 59.95 | 82.24 | 92.07 | - |
| YUV | 215.16 | 139.76 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 255 | 236 | 0.49 | 0 | 0.07 | 0 | 170.95 | 1 | 0.75 |
| Hex | 81 | FF | EC | 31 | 0 | 7 | 0 | AB | 64 | 4B |
| Octal | 201 | 377 | 354 | 61 | 0 | 7 | 0 | 253 | 144 | 113 |
| Binary | 10000001 | 11111111 | 11101100 | 110001 | 0 | 111 | 0 | 10101011 | 1100100 | 1001011 |
Color Harmonies of #81FFEC
Complementary color
Monochromatic Colors of #81FFEC
Black with #81FFEC
Text Example
Text Example
White with #81FFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FFEC; }
p { color: rgb(129,255,236); }
H1.HeaderClassName
{
color: #81FFEC;
}
.AnyTagClassName
{
color: #81FFEC;
}
</style>
background-color css
<style>
a { background-color: #81FFEC; }
a { background-color: rgb(129,255,236); }
div.DivClassName
{
background-color: #81FFEC;
}
.BgClassName
{
background-color: #81FFEC;
}
</style>
border-color css
<style>
span { border-color: #81FFEC; }
span { border-color: rgb(129,255,236); }
td.TdClassName
{
border-color: #81FFEC;
}
.TagClassName
{
border-color: #81FFEC;
}
</style>