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