Shades of Electric Blue #81FFEB
Tints of Electric Blue #81FFEB
RGB
CMYK
RGB Variations
Color information
#81FFEB (or 0x81FFEB) is known color: Electric Blue. HEX triplet: 81, FF and EB. RGB value is (129,255,235). Sum of RGB (Red+Green+Blue) = 129+255+235=619 (81% of max value = 765). Red value is 129 (50.78% from 255 or 20.84% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #81FFEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81FFEB is #7E0014. Grayscale: #D6D6D6. Windows color (decimal): -8257557 or 15466369. OLE color: 15466369.
HSL color Cylindrical-coordinate representation of color #81FFEB: hue angle of 170.48º 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 #81FFEB is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 255 | 235 | - |
| CMYK | 0.49 | 0 | 0.08 | 0 |
| HSL | 170.48º | 1% | 0.75% | - |
| HSV(B) | 170.48º | 0.49% | 1% | - |
| XYZ | 59.81 | 82.19 | 91.31 | - |
| YUV | 215.05 | 139.26 | 66.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 255 | 235 | 0.49 | 0 | 0.08 | 0 | 170.48 | 1 | 0.75 |
| Hex | 81 | FF | EB | 31 | 0 | 8 | 0 | AA | 64 | 4B |
| Octal | 201 | 377 | 353 | 61 | 0 | 10 | 0 | 252 | 144 | 113 |
| Binary | 10000001 | 11111111 | 11101011 | 110001 | 0 | 1000 | 0 | 10101010 | 1100100 | 1001011 |
Color Harmonies of #81FFEB
Complementary color
Monochromatic Colors of #81FFEB
Black with #81FFEB
Text Example
Text Example
White with #81FFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FFEB; }
p { color: rgb(129,255,235); }
H1.HeaderClassName
{
color: #81FFEB;
}
.AnyTagClassName
{
color: #81FFEB;
}
</style>
background-color css
<style>
a { background-color: #81FFEB; }
a { background-color: rgb(129,255,235); }
div.DivClassName
{
background-color: #81FFEB;
}
.BgClassName
{
background-color: #81FFEB;
}
</style>
border-color css
<style>
span { border-color: #81FFEB; }
span { border-color: rgb(129,255,235); }
td.TdClassName
{
border-color: #81FFEB;
}
.TagClassName
{
border-color: #81FFEB;
}
</style>