Shades of Electric Blue #81E9F3
Tints of Electric Blue #81E9F3
RGB
CMYK
RGB Variations
Color information
#81E9F3 (or 0x81E9F3) is known color: Electric Blue. HEX triplet: 81, E9 and F3. RGB value is (129,233,243). Sum of RGB (Red+Green+Blue) = 129+233+243=605 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.32% from 605); Green value is 233 (91.41% from 255 or 38.51% from 605); Blue value is 243 (95.31% from 255 or 40.17% from 605); Max value from RGB is 243 - color contains mainly: blue. Hex color #81E9F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81E9F3 is #7E160C. Grayscale: #CACACA. Windows color (decimal): -8263181 or 15985025. OLE color: 15985025.
HSL color Cylindrical-coordinate representation of color #81E9F3: hue angle of 185.26º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81E9F3 is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 233 | 243 | - |
| CMYK | 0.47 | 0.04 | 0 | 0.05 |
| HSL | 185.26º | 0.83% | 0.73% | - |
| HSV(B) | 185.26º | 0.47% | 0.95% | - |
| XYZ | 54.37 | 69.42 | 95.33 | - |
| YUV | 203.04 | 150.54 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 233 | 243 | 0.47 | 0.04 | 0 | 0.05 | 185.26 | 0.83 | 0.73 |
| Hex | 81 | E9 | F3 | 2F | 4 | 0 | 5 | B9 | 53 | 49 |
| Octal | 201 | 351 | 363 | 57 | 4 | 0 | 5 | 271 | 123 | 111 |
| Binary | 10000001 | 11101001 | 11110011 | 101111 | 100 | 0 | 101 | 10111001 | 1010011 | 1001001 |
Color Harmonies of #81E9F3
Complementary color
Monochromatic Colors of #81E9F3
Black with #81E9F3
Text Example
Text Example
White with #81E9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E9F3; }
p { color: rgb(129,233,243); }
H1.HeaderClassName
{
color: #81E9F3;
}
.AnyTagClassName
{
color: #81E9F3;
}
</style>
background-color css
<style>
a { background-color: #81E9F3; }
a { background-color: rgb(129,233,243); }
div.DivClassName
{
background-color: #81E9F3;
}
.BgClassName
{
background-color: #81E9F3;
}
</style>
border-color css
<style>
span { border-color: #81E9F3; }
span { border-color: rgb(129,233,243); }
td.TdClassName
{
border-color: #81E9F3;
}
.TagClassName
{
border-color: #81E9F3;
}
</style>