Shades of Electric Blue #81F1ED
Tints of Electric Blue #81F1ED
RGB
CMYK
RGB Variations
Color information
#81F1ED (or 0x81F1ED) is known color: Electric Blue. HEX triplet: 81, F1 and ED. RGB value is (129,241,237). Sum of RGB (Red+Green+Blue) = 129+241+237=607 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.25% from 607); Green value is 241 (94.53% from 255 or 39.70% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 241 - color contains mainly: green. Hex color #81F1ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81F1ED is #7E0E12. Grayscale: #CECECE. Windows color (decimal): -8261139 or 15593857. OLE color: 15593857.
HSL color Cylindrical-coordinate representation of color #81F1ED: hue angle of 177.86º 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 #81F1ED is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 241 | 237 | - |
| CMYK | 0.46 | 0 | 0.02 | 0.05 |
| HSL | 177.86º | 0.8% | 0.73% | - |
| HSV(B) | 177.86º | 0.46% | 0.95% | - |
| XYZ | 55.79 | 73.69 | 91.4 | - |
| YUV | 207.06 | 144.89 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 241 | 237 | 0.46 | 0 | 0.02 | 0.05 | 177.86 | 0.8 | 0.73 |
| Hex | 81 | F1 | ED | 2E | 0 | 2 | 5 | B2 | 50 | 49 |
| Octal | 201 | 361 | 355 | 56 | 0 | 2 | 5 | 262 | 120 | 111 |
| Binary | 10000001 | 11110001 | 11101101 | 101110 | 0 | 10 | 101 | 10110010 | 1010000 | 1001001 |
Color Harmonies of #81F1ED
Complementary color
Monochromatic Colors of #81F1ED
Black with #81F1ED
Text Example
Text Example
White with #81F1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F1ED; }
p { color: rgb(129,241,237); }
H1.HeaderClassName
{
color: #81F1ED;
}
.AnyTagClassName
{
color: #81F1ED;
}
</style>
background-color css
<style>
a { background-color: #81F1ED; }
a { background-color: rgb(129,241,237); }
div.DivClassName
{
background-color: #81F1ED;
}
.BgClassName
{
background-color: #81F1ED;
}
</style>
border-color css
<style>
span { border-color: #81F1ED; }
span { border-color: rgb(129,241,237); }
td.TdClassName
{
border-color: #81F1ED;
}
.TagClassName
{
border-color: #81F1ED;
}
</style>