Shades of Electric Blue #81F9EC
Tints of Electric Blue #81F9EC
RGB
CMYK
RGB Variations
Color information
#81F9EC (or 0x81F9EC) is known color: Electric Blue. HEX triplet: 81, F9 and EC. RGB value is (129,249,236). Sum of RGB (Red+Green+Blue) = 129+249+236=614 (81% of max value = 765). Red value is 129 (50.78% from 255 or 21.01% from 614); Green value is 249 (97.66% from 255 or 40.55% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 249 - color contains mainly: green. Hex color #81F9EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81F9EC is #7E0613. Grayscale: #D3D3D3. Windows color (decimal): -8259092 or 15530369. OLE color: 15530369.
HSL color Cylindrical-coordinate representation of color #81F9EC: hue angle of 173.5º degrees, saturation: 0.91, 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 #81F9EC is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 249 | 236 | - |
| CMYK | 0.48 | 0 | 0.05 | 0.02 |
| HSL | 173.5º | 0.91% | 0.74% | - |
| HSV(B) | 173.5º | 0.48% | 0.98% | - |
| XYZ | 58.07 | 78.47 | 91.44 | - |
| YUV | 211.64 | 141.74 | 69.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 249 | 236 | 0.48 | 0 | 0.05 | 0.02 | 173.5 | 0.91 | 0.74 |
| Hex | 81 | F9 | EC | 30 | 0 | 5 | 2 | AE | 5B | 4A |
| Octal | 201 | 371 | 354 | 60 | 0 | 5 | 2 | 256 | 133 | 112 |
| Binary | 10000001 | 11111001 | 11101100 | 110000 | 0 | 101 | 10 | 10101110 | 1011011 | 1001010 |
Color Harmonies of #81F9EC
Complementary color
Monochromatic Colors of #81F9EC
Black with #81F9EC
Text Example
Text Example
White with #81F9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F9EC; }
p { color: rgb(129,249,236); }
H1.HeaderClassName
{
color: #81F9EC;
}
.AnyTagClassName
{
color: #81F9EC;
}
</style>
background-color css
<style>
a { background-color: #81F9EC; }
a { background-color: rgb(129,249,236); }
div.DivClassName
{
background-color: #81F9EC;
}
.BgClassName
{
background-color: #81F9EC;
}
</style>
border-color css
<style>
span { border-color: #81F9EC; }
span { border-color: rgb(129,249,236); }
td.TdClassName
{
border-color: #81F9EC;
}
.TagClassName
{
border-color: #81F9EC;
}
</style>