Shades of Electric Blue #81FFFE
Tints of Electric Blue #81FFFE
RGB
CMYK
RGB Variations
Color information
#81FFFE (or 0x81FFFE) is known color: Electric Blue. HEX triplet: 81, FF and FE. RGB value is (129,255,254). Sum of RGB (Red+Green+Blue) = 129+255+254=638 (84% of max value = 765). Red value is 129 (50.78% from 255 or 20.22% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #81FFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81FFFE is #7E0001. Grayscale: #D9D9D9. Windows color (decimal): -8257538 or 16711553. OLE color: 16711553.
HSL color Cylindrical-coordinate representation of color #81FFFE: hue angle of 179.52º 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 #81FFFE is Cyan = 0.49, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 255 | 254 | - |
| CMYK | 0.49 | 0 | 0.00 | 0 |
| HSL | 179.52º | 1% | 0.75% | - |
| HSV(B) | 179.52º | 0.49% | 1% | - |
| XYZ | 62.7 | 83.34 | 106.55 | - |
| YUV | 217.21 | 148.76 | 65.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 255 | 254 | 0.49 | 0 | 0.00 | 0 | 179.52 | 1 | 0.75 |
| Hex | 81 | FF | FE | 31 | 0 | 0 | 0 | B4 | 64 | 4B |
| Octal | 201 | 377 | 376 | 61 | 0 | 0 | 0 | 264 | 144 | 113 |
| Binary | 10000001 | 11111111 | 11111110 | 110001 | 0 | 0 | 0 | 10110100 | 1100100 | 1001011 |
Color Harmonies of #81FFFE
Complementary color
Monochromatic Colors of #81FFFE
Black with #81FFFE
Text Example
Text Example
White with #81FFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FFFE; }
p { color: rgb(129,255,254); }
H1.HeaderClassName
{
color: #81FFFE;
}
.AnyTagClassName
{
color: #81FFFE;
}
</style>
background-color css
<style>
a { background-color: #81FFFE; }
a { background-color: rgb(129,255,254); }
div.DivClassName
{
background-color: #81FFFE;
}
.BgClassName
{
background-color: #81FFFE;
}
</style>
border-color css
<style>
span { border-color: #81FFFE; }
span { border-color: rgb(129,255,254); }
td.TdClassName
{
border-color: #81FFFE;
}
.TagClassName
{
border-color: #81FFFE;
}
</style>