Shades of Electric Blue #81F8FE
Tints of Electric Blue #81F8FE
RGB
CMYK
RGB Variations
Color information
#81F8FE (or 0x81F8FE) is known color: Electric Blue. HEX triplet: 81, F8 and FE. RGB value is (129,248,254). Sum of RGB (Red+Green+Blue) = 129+248+254=631 (83% of max value = 765). Red value is 129 (50.78% from 255 or 20.44% from 631); Green value is 248 (97.27% from 255 or 39.30% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #81F8FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81F8FE is #7E0701. Grayscale: #D4D4D4. Windows color (decimal): -8259330 or 16709761. OLE color: 16709761.
HSL color Cylindrical-coordinate representation of color #81F8FE: hue angle of 182.88º 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 #81F8FE is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 129 | 248 | 254 | - |
| CMYK | 0.49 | 0.02 | 0 | 0.00 |
| HSL | 182.88º | 0.98% | 0.75% | - |
| HSV(B) | 182.88º | 0.49% | 1% | - |
| XYZ | 60.51 | 78.96 | 105.82 | - |
| YUV | 213.1 | 151.08 | 68.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 248 | 254 | 0.49 | 0.02 | 0 | 0.00 | 182.88 | 0.98 | 0.75 |
| Hex | 81 | F8 | FE | 31 | 2 | 0 | 0 | B7 | 62 | 4B |
| Octal | 201 | 370 | 376 | 61 | 2 | 0 | 0 | 267 | 142 | 113 |
| Binary | 10000001 | 11111000 | 11111110 | 110001 | 10 | 0 | 0 | 10110111 | 1100010 | 1001011 |
Color Harmonies of #81F8FE
Complementary color
Monochromatic Colors of #81F8FE
Black with #81F8FE
Text Example
Text Example
White with #81F8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F8FE; }
p { color: rgb(129,248,254); }
H1.HeaderClassName
{
color: #81F8FE;
}
.AnyTagClassName
{
color: #81F8FE;
}
</style>
background-color css
<style>
a { background-color: #81F8FE; }
a { background-color: rgb(129,248,254); }
div.DivClassName
{
background-color: #81F8FE;
}
.BgClassName
{
background-color: #81F8FE;
}
</style>
border-color css
<style>
span { border-color: #81F8FE; }
span { border-color: rgb(129,248,254); }
td.TdClassName
{
border-color: #81F8FE;
}
.TagClassName
{
border-color: #81F8FE;
}
</style>