Shades of Electric Blue #81EEF4
Tints of Electric Blue #81EEF4
RGB
CMYK
RGB Variations
Color information
#81EEF4 (or 0x81EEF4) is known color: Electric Blue. HEX triplet: 81, EE and F4. RGB value is (129,238,244). Sum of RGB (Red+Green+Blue) = 129+238+244=611 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.11% from 611); Green value is 238 (93.36% from 255 or 38.95% from 611); Blue value is 244 (95.70% from 255 or 39.93% from 611); Max value from RGB is 244 - color contains mainly: blue. Hex color #81EEF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81EEF4 is #7E110B. Grayscale: #CDCDCD. Windows color (decimal): -8261900 or 16051841. OLE color: 16051841.
HSL color Cylindrical-coordinate representation of color #81EEF4: hue angle of 183.13º 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 #81EEF4 is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 129 | 238 | 244 | - |
| CMYK | 0.47 | 0.02 | 0 | 0.04 |
| HSL | 183.13º | 0.84% | 0.73% | - |
| HSV(B) | 183.13º | 0.47% | 0.96% | - |
| XYZ | 55.96 | 72.35 | 96.6 | - |
| YUV | 206.09 | 149.39 | 73.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 238 | 244 | 0.47 | 0.02 | 0 | 0.04 | 183.13 | 0.84 | 0.73 |
| Hex | 81 | EE | F4 | 2F | 2 | 0 | 4 | B7 | 54 | 49 |
| Octal | 201 | 356 | 364 | 57 | 2 | 0 | 4 | 267 | 124 | 111 |
| Binary | 10000001 | 11101110 | 11110100 | 101111 | 10 | 0 | 100 | 10110111 | 1010100 | 1001001 |
Color Harmonies of #81EEF4
Complementary color
Monochromatic Colors of #81EEF4
Black with #81EEF4
Text Example
Text Example
White with #81EEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EEF4; }
p { color: rgb(129,238,244); }
H1.HeaderClassName
{
color: #81EEF4;
}
.AnyTagClassName
{
color: #81EEF4;
}
</style>
background-color css
<style>
a { background-color: #81EEF4; }
a { background-color: rgb(129,238,244); }
div.DivClassName
{
background-color: #81EEF4;
}
.BgClassName
{
background-color: #81EEF4;
}
</style>
border-color css
<style>
span { border-color: #81EEF4; }
span { border-color: rgb(129,238,244); }
td.TdClassName
{
border-color: #81EEF4;
}
.TagClassName
{
border-color: #81EEF4;
}
</style>