Shades of Electric Blue #81ECFF
Tints of Electric Blue #81ECFF
RGB
CMYK
RGB Variations
Color information
#81ECFF (or 0x81ECFF) is known color: Electric Blue. HEX triplet: 81, EC and FF. RGB value is (129,236,255). Sum of RGB (Red+Green+Blue) = 129+236+255=620 (82% of max value = 765). Red value is 129 (50.78% from 255 or 20.81% from 620); Green value is 236 (92.58% from 255 or 38.06% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #81ECFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81ECFF is #7E1300. Grayscale: #CDCDCD. Windows color (decimal): -8262401 or 16772225. OLE color: 16772225.
HSL color Cylindrical-coordinate representation of color #81ECFF: hue angle of 189.05º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81ECFF is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 236 | 255 | - |
| CMYK | 0.49 | 0.07 | 0 | 0 |
| HSL | 189.05º | 1% | 0.75% | - |
| HSV(B) | 189.05º | 0.49% | 1% | - |
| XYZ | 57.1 | 71.88 | 105.47 | - |
| YUV | 206.17 | 155.55 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 236 | 255 | 0.49 | 0.07 | 0 | 0 | 189.05 | 1 | 0.75 |
| Hex | 81 | EC | FF | 31 | 7 | 0 | 0 | BD | 64 | 4B |
| Octal | 201 | 354 | 377 | 61 | 7 | 0 | 0 | 275 | 144 | 113 |
| Binary | 10000001 | 11101100 | 11111111 | 110001 | 111 | 0 | 0 | 10111101 | 1100100 | 1001011 |
Color Harmonies of #81ECFF
Complementary color
Monochromatic Colors of #81ECFF
Black with #81ECFF
Text Example
Text Example
White with #81ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ECFF; }
p { color: rgb(129,236,255); }
H1.HeaderClassName
{
color: #81ECFF;
}
.AnyTagClassName
{
color: #81ECFF;
}
</style>
background-color css
<style>
a { background-color: #81ECFF; }
a { background-color: rgb(129,236,255); }
div.DivClassName
{
background-color: #81ECFF;
}
.BgClassName
{
background-color: #81ECFF;
}
</style>
border-color css
<style>
span { border-color: #81ECFF; }
span { border-color: rgb(129,236,255); }
td.TdClassName
{
border-color: #81ECFF;
}
.TagClassName
{
border-color: #81ECFF;
}
</style>