Shades of Electric Blue #81ECFD
Tints of Electric Blue #81ECFD
RGB
CMYK
RGB Variations
Color information
#81ECFD (or 0x81ECFD) is known color: Electric Blue. HEX triplet: 81, EC and FD. RGB value is (129,236,253). Sum of RGB (Red+Green+Blue) = 129+236+253=618 (81% of max value = 765). Red value is 129 (50.78% from 255 or 20.87% from 618); Green value is 236 (92.58% from 255 or 38.19% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #81ECFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81ECFD is #7E1302. Grayscale: #CDCDCD. Windows color (decimal): -8262403 or 16641153. OLE color: 16641153.
HSL color Cylindrical-coordinate representation of color #81ECFD: hue angle of 188.23º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81ECFD is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 236 | 253 | - |
| CMYK | 0.49 | 0.07 | 0 | 0.01 |
| HSL | 188.23º | 0.97% | 0.75% | - |
| HSV(B) | 188.23º | 0.49% | 0.99% | - |
| XYZ | 56.78 | 71.75 | 103.79 | - |
| YUV | 205.95 | 154.55 | 73.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 236 | 253 | 0.49 | 0.07 | 0 | 0.01 | 188.23 | 0.97 | 0.75 |
| Hex | 81 | EC | FD | 31 | 7 | 0 | 1 | BC | 61 | 4B |
| Octal | 201 | 354 | 375 | 61 | 7 | 0 | 1 | 274 | 141 | 113 |
| Binary | 10000001 | 11101100 | 11111101 | 110001 | 111 | 0 | 1 | 10111100 | 1100001 | 1001011 |
Color Harmonies of #81ECFD
Complementary color
Monochromatic Colors of #81ECFD
Black with #81ECFD
Text Example
Text Example
White with #81ECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ECFD; }
p { color: rgb(129,236,253); }
H1.HeaderClassName
{
color: #81ECFD;
}
.AnyTagClassName
{
color: #81ECFD;
}
</style>
background-color css
<style>
a { background-color: #81ECFD; }
a { background-color: rgb(129,236,253); }
div.DivClassName
{
background-color: #81ECFD;
}
.BgClassName
{
background-color: #81ECFD;
}
</style>
border-color css
<style>
span { border-color: #81ECFD; }
span { border-color: rgb(129,236,253); }
td.TdClassName
{
border-color: #81ECFD;
}
.TagClassName
{
border-color: #81ECFD;
}
</style>