Shades of Electric Blue #81FEED
Tints of Electric Blue #81FEED
RGB
CMYK
RGB Variations
Color information
#81FEED (or 0x81FEED) is known color: Electric Blue. HEX triplet: 81, FE and ED. RGB value is (129,254,237). Sum of RGB (Red+Green+Blue) = 129+254+237=620 (82% of max value = 765). Red value is 129 (50.78% from 255 or 20.81% from 620); Green value is 254 (99.61% from 255 or 40.97% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 254 - color contains mainly: green. Hex color #81FEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81FEED is #7E0112. Grayscale: #D6D6D6. Windows color (decimal): -8257811 or 15597185. OLE color: 15597185.
HSL color Cylindrical-coordinate representation of color #81FEED: hue angle of 171.84º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81FEED is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 129 | 254 | 237 | - |
| CMYK | 0.49 | 0 | 0.07 | 0.00 |
| HSL | 171.84º | 0.98% | 0.75% | - |
| HSV(B) | 171.84º | 0.49% | 1% | - |
| XYZ | 59.78 | 81.67 | 92.73 | - |
| YUV | 214.69 | 140.59 | 66.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 254 | 237 | 0.49 | 0 | 0.07 | 0.00 | 171.84 | 0.98 | 0.75 |
| Hex | 81 | FE | ED | 31 | 0 | 7 | 0 | AC | 62 | 4B |
| Octal | 201 | 376 | 355 | 61 | 0 | 7 | 0 | 254 | 142 | 113 |
| Binary | 10000001 | 11111110 | 11101101 | 110001 | 0 | 111 | 0 | 10101100 | 1100010 | 1001011 |
Color Harmonies of #81FEED
Complementary color
Monochromatic Colors of #81FEED
Black with #81FEED
Text Example
Text Example
White with #81FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FEED; }
p { color: rgb(129,254,237); }
H1.HeaderClassName
{
color: #81FEED;
}
.AnyTagClassName
{
color: #81FEED;
}
</style>
background-color css
<style>
a { background-color: #81FEED; }
a { background-color: rgb(129,254,237); }
div.DivClassName
{
background-color: #81FEED;
}
.BgClassName
{
background-color: #81FEED;
}
</style>
border-color css
<style>
span { border-color: #81FEED; }
span { border-color: rgb(129,254,237); }
td.TdClassName
{
border-color: #81FEED;
}
.TagClassName
{
border-color: #81FEED;
}
</style>