Shades of Electric Blue #81F1EE
Tints of Electric Blue #81F1EE
RGB
CMYK
RGB Variations
Color information
#81F1EE (or 0x81F1EE) is known color: Electric Blue. HEX triplet: 81, F1 and EE. RGB value is (129,241,238). Sum of RGB (Red+Green+Blue) = 129+241+238=608 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.22% from 608); Green value is 241 (94.53% from 255 or 39.64% from 608); Blue value is 238 (93.36% from 255 or 39.14% from 608); Max value from RGB is 241 - color contains mainly: green. Hex color #81F1EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81F1EE is #7E0E11. Grayscale: #CFCFCF. Windows color (decimal): -8261138 or 15659393. OLE color: 15659393.
HSL color Cylindrical-coordinate representation of color #81F1EE: hue angle of 178.39º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81F1EE is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 241 | 238 | - |
| CMYK | 0.46 | 0 | 0.01 | 0.05 |
| HSL | 178.39º | 0.8% | 0.73% | - |
| HSV(B) | 178.39º | 0.46% | 0.95% | - |
| XYZ | 55.94 | 73.75 | 92.18 | - |
| YUV | 207.17 | 145.39 | 72.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 241 | 238 | 0.46 | 0 | 0.01 | 0.05 | 178.39 | 0.8 | 0.73 |
| Hex | 81 | F1 | EE | 2E | 0 | 1 | 5 | B2 | 50 | 49 |
| Octal | 201 | 361 | 356 | 56 | 0 | 1 | 5 | 262 | 120 | 111 |
| Binary | 10000001 | 11110001 | 11101110 | 101110 | 0 | 1 | 101 | 10110010 | 1010000 | 1001001 |
Color Harmonies of #81F1EE
Complementary color
Monochromatic Colors of #81F1EE
Black with #81F1EE
Text Example
Text Example
White with #81F1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F1EE; }
p { color: rgb(129,241,238); }
H1.HeaderClassName
{
color: #81F1EE;
}
.AnyTagClassName
{
color: #81F1EE;
}
</style>
background-color css
<style>
a { background-color: #81F1EE; }
a { background-color: rgb(129,241,238); }
div.DivClassName
{
background-color: #81F1EE;
}
.BgClassName
{
background-color: #81F1EE;
}
</style>
border-color css
<style>
span { border-color: #81F1EE; }
span { border-color: rgb(129,241,238); }
td.TdClassName
{
border-color: #81F1EE;
}
.TagClassName
{
border-color: #81F1EE;
}
</style>