Shades of Electric Blue #81ECF4
Tints of Electric Blue #81ECF4
RGB
CMYK
RGB Variations
Color information
#81ECF4 (or 0x81ECF4) is known color: Electric Blue. HEX triplet: 81, EC and F4. RGB value is (129,236,244). Sum of RGB (Red+Green+Blue) = 129+236+244=609 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.18% from 609); Green value is 236 (92.58% from 255 or 38.75% from 609); Blue value is 244 (95.70% from 255 or 40.07% from 609); Max value from RGB is 244 - color contains mainly: blue. Hex color #81ECF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81ECF4 is #7E130B. Grayscale: #CCCCCC. Windows color (decimal): -8262412 or 16051329. OLE color: 16051329.
HSL color Cylindrical-coordinate representation of color #81ECF4: hue angle of 184.17º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81ECF4 is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 129 | 236 | 244 | - |
| CMYK | 0.47 | 0.03 | 0 | 0.04 |
| HSL | 184.17º | 0.84% | 0.73% | - |
| HSV(B) | 184.17º | 0.47% | 0.96% | - |
| XYZ | 55.38 | 71.19 | 96.41 | - |
| YUV | 204.92 | 150.05 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 236 | 244 | 0.47 | 0.03 | 0 | 0.04 | 184.17 | 0.84 | 0.73 |
| Hex | 81 | EC | F4 | 2F | 3 | 0 | 4 | B8 | 54 | 49 |
| Octal | 201 | 354 | 364 | 57 | 3 | 0 | 4 | 270 | 124 | 111 |
| Binary | 10000001 | 11101100 | 11110100 | 101111 | 11 | 0 | 100 | 10111000 | 1010100 | 1001001 |
Color Harmonies of #81ECF4
Complementary color
Monochromatic Colors of #81ECF4
Black with #81ECF4
Text Example
Text Example
White with #81ECF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ECF4; }
p { color: rgb(129,236,244); }
H1.HeaderClassName
{
color: #81ECF4;
}
.AnyTagClassName
{
color: #81ECF4;
}
</style>
background-color css
<style>
a { background-color: #81ECF4; }
a { background-color: rgb(129,236,244); }
div.DivClassName
{
background-color: #81ECF4;
}
.BgClassName
{
background-color: #81ECF4;
}
</style>
border-color css
<style>
span { border-color: #81ECF4; }
span { border-color: rgb(129,236,244); }
td.TdClassName
{
border-color: #81ECF4;
}
.TagClassName
{
border-color: #81ECF4;
}
</style>