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