Shades of Electric Blue #81ECE5
Tints of Electric Blue #81ECE5
RGB
CMYK
RGB Variations
Color information
#81ECE5 (or 0x81ECE5) is known color: Electric Blue. HEX triplet: 81, EC and E5. RGB value is (129,236,229). Sum of RGB (Red+Green+Blue) = 129+236+229=594 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.72% from 594); Green value is 236 (92.58% from 255 or 39.73% from 594); Blue value is 229 (89.84% from 255 or 38.55% from 594); Max value from RGB is 236 - color contains mainly: green. Hex color #81ECE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81ECE5 is #7E131A. Grayscale: #CBCBCB. Windows color (decimal): -8262427 or 15068289. OLE color: 15068289.
HSL color Cylindrical-coordinate representation of color #81ECE5: hue angle of 176.07º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81ECE5 is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 236 | 229 | - |
| CMYK | 0.45 | 0 | 0.03 | 0.07 |
| HSL | 176.07º | 0.74% | 0.72% | - |
| HSV(B) | 176.07º | 0.45% | 0.93% | - |
| XYZ | 53.19 | 70.32 | 84.9 | - |
| YUV | 203.21 | 142.55 | 75.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 236 | 229 | 0.45 | 0 | 0.03 | 0.07 | 176.07 | 0.74 | 0.72 |
| Hex | 81 | EC | E5 | 2D | 0 | 3 | 7 | B0 | 4A | 48 |
| Octal | 201 | 354 | 345 | 55 | 0 | 3 | 7 | 260 | 112 | 110 |
| Binary | 10000001 | 11101100 | 11100101 | 101101 | 0 | 11 | 111 | 10110000 | 1001010 | 1001000 |
Color Harmonies of #81ECE5
Complementary color
Monochromatic Colors of #81ECE5
Black with #81ECE5
Text Example
Text Example
White with #81ECE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ECE5; }
p { color: rgb(129,236,229); }
H1.HeaderClassName
{
color: #81ECE5;
}
.AnyTagClassName
{
color: #81ECE5;
}
</style>
background-color css
<style>
a { background-color: #81ECE5; }
a { background-color: rgb(129,236,229); }
div.DivClassName
{
background-color: #81ECE5;
}
.BgClassName
{
background-color: #81ECE5;
}
</style>
border-color css
<style>
span { border-color: #81ECE5; }
span { border-color: rgb(129,236,229); }
td.TdClassName
{
border-color: #81ECE5;
}
.TagClassName
{
border-color: #81ECE5;
}
</style>