Shades of Electric Blue #81F2EE
Tints of Electric Blue #81F2EE
RGB
CMYK
RGB Variations
Color information
#81F2EE (or 0x81F2EE) is known color: Electric Blue. HEX triplet: 81, F2 and EE. RGB value is (129,242,238). Sum of RGB (Red+Green+Blue) = 129+242+238=609 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.18% from 609); Green value is 242 (94.92% from 255 or 39.74% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 242 - color contains mainly: green. Hex color #81F2EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81F2EE is #7E0D11. Grayscale: #CFCFCF. Windows color (decimal): -8260882 or 15659649. OLE color: 15659649.
HSL color Cylindrical-coordinate representation of color #81F2EE: hue angle of 177.88º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81F2EE is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 242 | 238 | - |
| CMYK | 0.47 | 0 | 0.02 | 0.05 |
| HSL | 177.88º | 0.81% | 0.73% | - |
| HSV(B) | 177.88º | 0.47% | 0.95% | - |
| XYZ | 56.24 | 74.34 | 92.27 | - |
| YUV | 207.76 | 145.06 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 242 | 238 | 0.47 | 0 | 0.02 | 0.05 | 177.88 | 0.81 | 0.73 |
| Hex | 81 | F2 | EE | 2F | 0 | 2 | 5 | B2 | 51 | 49 |
| Octal | 201 | 362 | 356 | 57 | 0 | 2 | 5 | 262 | 121 | 111 |
| Binary | 10000001 | 11110010 | 11101110 | 101111 | 0 | 10 | 101 | 10110010 | 1010001 | 1001001 |
Color Harmonies of #81F2EE
Complementary color
Monochromatic Colors of #81F2EE
Black with #81F2EE
Text Example
Text Example
White with #81F2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F2EE; }
p { color: rgb(129,242,238); }
H1.HeaderClassName
{
color: #81F2EE;
}
.AnyTagClassName
{
color: #81F2EE;
}
</style>
background-color css
<style>
a { background-color: #81F2EE; }
a { background-color: rgb(129,242,238); }
div.DivClassName
{
background-color: #81F2EE;
}
.BgClassName
{
background-color: #81F2EE;
}
</style>
border-color css
<style>
span { border-color: #81F2EE; }
span { border-color: rgb(129,242,238); }
td.TdClassName
{
border-color: #81F2EE;
}
.TagClassName
{
border-color: #81F2EE;
}
</style>