Shades of Electric Blue #81ECEC
Tints of Electric Blue #81ECEC
RGB
CMYK
RGB Variations
Color information
#81ECEC (or 0x81ECEC) is known color: Electric Blue. HEX triplet: 81, EC and EC. RGB value is (129,236,236). Sum of RGB (Red+Green+Blue) = 129+236+236=601 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.46% from 601); Green value is 236 (92.58% from 255 or 39.27% from 601); Blue value is 236 (92.58% from 255 or 39.27% from 601); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #81ECEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81ECEC is #7E1313. Grayscale: #CBCBCB. Windows color (decimal): -8262420 or 15527041. OLE color: 15527041.
HSL color Cylindrical-coordinate representation of color #81ECEC: hue angle of 180º 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 #81ECEC is Cyan = 0.45, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 236 | 236 | - |
| CMYK | 0.45 | 0 | 0 | 0.07 |
| HSL | 180º | 0.74% | 0.72% | - |
| HSV(B) | 180º | 0.45% | 0.93% | - |
| XYZ | 54.19 | 70.71 | 90.15 | - |
| YUV | 204.01 | 146.05 | 74.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 236 | 236 | 0.45 | 0 | 0 | 0.07 | 180 | 0.74 | 0.72 |
| Hex | 81 | EC | EC | 2D | 0 | 0 | 7 | B4 | 4A | 48 |
| Octal | 201 | 354 | 354 | 55 | 0 | 0 | 7 | 264 | 112 | 110 |
| Binary | 10000001 | 11101100 | 11101100 | 101101 | 0 | 0 | 111 | 10110100 | 1001010 | 1001000 |
Color Harmonies of #81ECEC
Complementary color
Monochromatic Colors of #81ECEC
Black with #81ECEC
Text Example
Text Example
White with #81ECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ECEC; }
p { color: rgb(129,236,236); }
H1.HeaderClassName
{
color: #81ECEC;
}
.AnyTagClassName
{
color: #81ECEC;
}
</style>
background-color css
<style>
a { background-color: #81ECEC; }
a { background-color: rgb(129,236,236); }
div.DivClassName
{
background-color: #81ECEC;
}
.BgClassName
{
background-color: #81ECEC;
}
</style>
border-color css
<style>
span { border-color: #81ECEC; }
span { border-color: rgb(129,236,236); }
td.TdClassName
{
border-color: #81ECEC;
}
.TagClassName
{
border-color: #81ECEC;
}
</style>