Shades of Electric Blue #81EEFE
Tints of Electric Blue #81EEFE
RGB
CMYK
RGB Variations
Color information
#81EEFE (or 0x81EEFE) is known color: Electric Blue. HEX triplet: 81, EE and FE. RGB value is (129,238,254). Sum of RGB (Red+Green+Blue) = 129+238+254=621 (82% of max value = 765). Red value is 129 (50.78% from 255 or 20.77% from 621); Green value is 238 (93.36% from 255 or 38.33% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #81EEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81EEFE is #7E1101. Grayscale: #CFCFCF. Windows color (decimal): -8261890 or 16707201. OLE color: 16707201.
HSL color Cylindrical-coordinate representation of color #81EEFE: hue angle of 187.68º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81EEFE is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 129 | 238 | 254 | - |
| CMYK | 0.49 | 0.06 | 0 | 0.00 |
| HSL | 187.68º | 0.98% | 0.75% | - |
| HSV(B) | 187.68º | 0.49% | 1% | - |
| XYZ | 57.52 | 72.97 | 104.82 | - |
| YUV | 207.23 | 154.39 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 238 | 254 | 0.49 | 0.06 | 0 | 0.00 | 187.68 | 0.98 | 0.75 |
| Hex | 81 | EE | FE | 31 | 6 | 0 | 0 | BC | 62 | 4B |
| Octal | 201 | 356 | 376 | 61 | 6 | 0 | 0 | 274 | 142 | 113 |
| Binary | 10000001 | 11101110 | 11111110 | 110001 | 110 | 0 | 0 | 10111100 | 1100010 | 1001011 |
Color Harmonies of #81EEFE
Complementary color
Monochromatic Colors of #81EEFE
Black with #81EEFE
Text Example
Text Example
White with #81EEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EEFE; }
p { color: rgb(129,238,254); }
H1.HeaderClassName
{
color: #81EEFE;
}
.AnyTagClassName
{
color: #81EEFE;
}
</style>
background-color css
<style>
a { background-color: #81EEFE; }
a { background-color: rgb(129,238,254); }
div.DivClassName
{
background-color: #81EEFE;
}
.BgClassName
{
background-color: #81EEFE;
}
</style>
border-color css
<style>
span { border-color: #81EEFE; }
span { border-color: rgb(129,238,254); }
td.TdClassName
{
border-color: #81EEFE;
}
.TagClassName
{
border-color: #81EEFE;
}
</style>