Shades of Electric Blue #81EDE4
Tints of Electric Blue #81EDE4
RGB
CMYK
RGB Variations
Color information
#81EDE4 (or 0x81EDE4) is known color: Electric Blue. HEX triplet: 81, ED and E4. RGB value is (129,237,228). Sum of RGB (Red+Green+Blue) = 129+237+228=594 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.72% from 594); Green value is 237 (92.97% from 255 or 39.90% from 594); Blue value is 228 (89.45% from 255 or 38.38% from 594); Max value from RGB is 237 - color contains mainly: green. Hex color #81EDE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EDE4 is #7E121B. Grayscale: #CBCBCB. Windows color (decimal): -8262172 or 15003009. OLE color: 15003009.
HSL color Cylindrical-coordinate representation of color #81EDE4: hue angle of 175º 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 #81EDE4 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 237 | 228 | - |
| CMYK | 0.46 | 0 | 0.04 | 0.07 |
| HSL | 175º | 0.75% | 0.72% | - |
| HSV(B) | 175º | 0.46% | 0.93% | - |
| XYZ | 53.34 | 70.84 | 84.26 | - |
| YUV | 203.68 | 141.72 | 74.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 237 | 228 | 0.46 | 0 | 0.04 | 0.07 | 175 | 0.75 | 0.72 |
| Hex | 81 | ED | E4 | 2E | 0 | 4 | 7 | AF | 4B | 48 |
| Octal | 201 | 355 | 344 | 56 | 0 | 4 | 7 | 257 | 113 | 110 |
| Binary | 10000001 | 11101101 | 11100100 | 101110 | 0 | 100 | 111 | 10101111 | 1001011 | 1001000 |
Color Harmonies of #81EDE4
Complementary color
Monochromatic Colors of #81EDE4
Black with #81EDE4
Text Example
Text Example
White with #81EDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EDE4; }
p { color: rgb(129,237,228); }
H1.HeaderClassName
{
color: #81EDE4;
}
.AnyTagClassName
{
color: #81EDE4;
}
</style>
background-color css
<style>
a { background-color: #81EDE4; }
a { background-color: rgb(129,237,228); }
div.DivClassName
{
background-color: #81EDE4;
}
.BgClassName
{
background-color: #81EDE4;
}
</style>
border-color css
<style>
span { border-color: #81EDE4; }
span { border-color: rgb(129,237,228); }
td.TdClassName
{
border-color: #81EDE4;
}
.TagClassName
{
border-color: #81EDE4;
}
</style>