Shades of Electric Blue #81EEFF
Tints of Electric Blue #81EEFF
RGB
CMYK
RGB Variations
Color information
#81EEFF (or 0x81EEFF) is known color: Electric Blue. HEX triplet: 81, EE and FF. RGB value is (129,238,255). Sum of RGB (Red+Green+Blue) = 129+238+255=622 (82% of max value = 765). Red value is 129 (50.78% from 255 or 20.74% from 622); Green value is 238 (93.36% from 255 or 38.26% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #81EEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81EEFF is #7E1100. Grayscale: #CFCFCF. Windows color (decimal): -8261889 or 16772737. OLE color: 16772737.
HSL color Cylindrical-coordinate representation of color #81EEFF: hue angle of 188.1º 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 #81EEFF is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 238 | 255 | - |
| CMYK | 0.49 | 0.07 | 0 | 0 |
| HSL | 188.1º | 1% | 0.75% | - |
| HSV(B) | 188.1º | 0.49% | 1% | - |
| XYZ | 57.68 | 73.04 | 105.67 | - |
| YUV | 207.35 | 154.89 | 72.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 238 | 255 | 0.49 | 0.07 | 0 | 0 | 188.1 | 1 | 0.75 |
| Hex | 81 | EE | FF | 31 | 7 | 0 | 0 | BC | 64 | 4B |
| Octal | 201 | 356 | 377 | 61 | 7 | 0 | 0 | 274 | 144 | 113 |
| Binary | 10000001 | 11101110 | 11111111 | 110001 | 111 | 0 | 0 | 10111100 | 1100100 | 1001011 |
Color Harmonies of #81EEFF
Complementary color
Monochromatic Colors of #81EEFF
Black with #81EEFF
Text Example
Text Example
White with #81EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EEFF; }
p { color: rgb(129,238,255); }
H1.HeaderClassName
{
color: #81EEFF;
}
.AnyTagClassName
{
color: #81EEFF;
}
</style>
background-color css
<style>
a { background-color: #81EEFF; }
a { background-color: rgb(129,238,255); }
div.DivClassName
{
background-color: #81EEFF;
}
.BgClassName
{
background-color: #81EEFF;
}
</style>
border-color css
<style>
span { border-color: #81EEFF; }
span { border-color: rgb(129,238,255); }
td.TdClassName
{
border-color: #81EEFF;
}
.TagClassName
{
border-color: #81EEFF;
}
</style>