Shades of Electric Blue #81FEFE
Tints of Electric Blue #81FEFE
RGB
CMYK
RGB Variations
Color information
#81FEFE (or 0x81FEFE) is known color: Electric Blue. HEX triplet: 81, FE and FE. RGB value is (129,254,254). Sum of RGB (Red+Green+Blue) = 129+254+254=637 (84% of max value = 765). Red value is 129 (50.78% from 255 or 20.25% from 637); Green value is 254 (99.61% from 255 or 39.87% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #81FEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81FEFE is #7E0101. Grayscale: #D8D8D8. Windows color (decimal): -8257794 or 16711297. OLE color: 16711297.
HSL color Cylindrical-coordinate representation of color #81FEFE: hue angle of 180º 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 #81FEFE is Cyan = 0.49, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 129 | 254 | 254 | - |
| CMYK | 0.49 | 0 | 0 | 0.00 |
| HSL | 180º | 0.98% | 0.75% | - |
| HSV(B) | 180º | 0.49% | 1% | - |
| XYZ | 62.38 | 82.71 | 106.44 | - |
| YUV | 216.63 | 149.09 | 65.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 254 | 254 | 0.49 | 0 | 0 | 0.00 | 180 | 0.98 | 0.75 |
| Hex | 81 | FE | FE | 31 | 0 | 0 | 0 | B4 | 62 | 4B |
| Octal | 201 | 376 | 376 | 61 | 0 | 0 | 0 | 264 | 142 | 113 |
| Binary | 10000001 | 11111110 | 11111110 | 110001 | 0 | 0 | 0 | 10110100 | 1100010 | 1001011 |
Color Harmonies of #81FEFE
Complementary color
Monochromatic Colors of #81FEFE
Black with #81FEFE
Text Example
Text Example
White with #81FEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FEFE; }
p { color: rgb(129,254,254); }
H1.HeaderClassName
{
color: #81FEFE;
}
.AnyTagClassName
{
color: #81FEFE;
}
</style>
background-color css
<style>
a { background-color: #81FEFE; }
a { background-color: rgb(129,254,254); }
div.DivClassName
{
background-color: #81FEFE;
}
.BgClassName
{
background-color: #81FEFE;
}
</style>
border-color css
<style>
span { border-color: #81FEFE; }
span { border-color: rgb(129,254,254); }
td.TdClassName
{
border-color: #81FEFE;
}
.TagClassName
{
border-color: #81FEFE;
}
</style>