Shades of Electric Blue #81FAEB
Tints of Electric Blue #81FAEB
RGB
CMYK
RGB Variations
Color information
#81FAEB (or 0x81FAEB) is known color: Electric Blue. HEX triplet: 81, FA and EB. RGB value is (129,250,235). Sum of RGB (Red+Green+Blue) = 129+250+235=614 (81% of max value = 765). Red value is 129 (50.78% from 255 or 21.01% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 235 (92.19% from 255 or 38.27% from 614); Max value from RGB is 250 - color contains mainly: green. Hex color #81FAEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81FAEB is #7E0514. Grayscale: #D4D4D4. Windows color (decimal): -8258837 or 15465089. OLE color: 15465089.
HSL color Cylindrical-coordinate representation of color #81FAEB: hue angle of 172.56º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81FAEB is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 250 | 235 | - |
| CMYK | 0.48 | 0 | 0.06 | 0.02 |
| HSL | 172.56º | 0.92% | 0.74% | - |
| HSV(B) | 172.56º | 0.48% | 0.98% | - |
| XYZ | 58.23 | 79.04 | 90.78 | - |
| YUV | 212.11 | 140.91 | 68.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 250 | 235 | 0.48 | 0 | 0.06 | 0.02 | 172.56 | 0.92 | 0.74 |
| Hex | 81 | FA | EB | 30 | 0 | 6 | 2 | AD | 5C | 4A |
| Octal | 201 | 372 | 353 | 60 | 0 | 6 | 2 | 255 | 134 | 112 |
| Binary | 10000001 | 11111010 | 11101011 | 110000 | 0 | 110 | 10 | 10101101 | 1011100 | 1001010 |
Color Harmonies of #81FAEB
Complementary color
Monochromatic Colors of #81FAEB
Black with #81FAEB
Text Example
Text Example
White with #81FAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FAEB; }
p { color: rgb(129,250,235); }
H1.HeaderClassName
{
color: #81FAEB;
}
.AnyTagClassName
{
color: #81FAEB;
}
</style>
background-color css
<style>
a { background-color: #81FAEB; }
a { background-color: rgb(129,250,235); }
div.DivClassName
{
background-color: #81FAEB;
}
.BgClassName
{
background-color: #81FAEB;
}
</style>
border-color css
<style>
span { border-color: #81FAEB; }
span { border-color: rgb(129,250,235); }
td.TdClassName
{
border-color: #81FAEB;
}
.TagClassName
{
border-color: #81FAEB;
}
</style>