Shades of Electric Blue #81EDE9
Tints of Electric Blue #81EDE9
RGB
CMYK
RGB Variations
Color information
#81EDE9 (or 0x81EDE9) is known color: Electric Blue. HEX triplet: 81, ED and E9. RGB value is (129,237,233). Sum of RGB (Red+Green+Blue) = 129+237+233=599 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.54% from 599); Green value is 237 (92.97% from 255 or 39.57% from 599); Blue value is 233 (91.41% from 255 or 38.90% from 599); Max value from RGB is 237 - color contains mainly: green. Hex color #81EDE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81EDE9 is #7E1216. Grayscale: #CCCCCC. Windows color (decimal): -8262167 or 15330689. OLE color: 15330689.
HSL color Cylindrical-coordinate representation of color #81EDE9: hue angle of 177.78º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81EDE9 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 237 | 233 | - |
| CMYK | 0.46 | 0 | 0.02 | 0.07 |
| HSL | 177.78º | 0.75% | 0.72% | - |
| HSV(B) | 177.78º | 0.46% | 0.93% | - |
| XYZ | 54.05 | 71.12 | 87.97 | - |
| YUV | 204.25 | 144.22 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 237 | 233 | 0.46 | 0 | 0.02 | 0.07 | 177.78 | 0.75 | 0.72 |
| Hex | 81 | ED | E9 | 2E | 0 | 2 | 7 | B2 | 4B | 48 |
| Octal | 201 | 355 | 351 | 56 | 0 | 2 | 7 | 262 | 113 | 110 |
| Binary | 10000001 | 11101101 | 11101001 | 101110 | 0 | 10 | 111 | 10110010 | 1001011 | 1001000 |
Color Harmonies of #81EDE9
Complementary color
Monochromatic Colors of #81EDE9
Black with #81EDE9
Text Example
Text Example
White with #81EDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EDE9; }
p { color: rgb(129,237,233); }
H1.HeaderClassName
{
color: #81EDE9;
}
.AnyTagClassName
{
color: #81EDE9;
}
</style>
background-color css
<style>
a { background-color: #81EDE9; }
a { background-color: rgb(129,237,233); }
div.DivClassName
{
background-color: #81EDE9;
}
.BgClassName
{
background-color: #81EDE9;
}
</style>
border-color css
<style>
span { border-color: #81EDE9; }
span { border-color: rgb(129,237,233); }
td.TdClassName
{
border-color: #81EDE9;
}
.TagClassName
{
border-color: #81EDE9;
}
</style>