Shades of Electric Blue #81E3FB
Tints of Electric Blue #81E3FB
RGB
CMYK
RGB Variations
Color information
#81E3FB (or 0x81E3FB) is known color: Electric Blue. HEX triplet: 81, E3 and FB. RGB value is (129,227,251). Sum of RGB (Red+Green+Blue) = 129+227+251=607 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.25% from 607); Green value is 227 (89.06% from 255 or 37.40% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: blue. Hex color #81E3FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81E3FB is #7E1C04. Grayscale: #C8C8C8. Windows color (decimal): -8264709 or 16507777. OLE color: 16507777.
HSL color Cylindrical-coordinate representation of color #81E3FB: hue angle of 191.8º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81E3FB is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 227 | 251 | - |
| CMYK | 0.49 | 0.10 | 0 | 0.02 |
| HSL | 191.8º | 0.94% | 0.75% | - |
| HSV(B) | 191.8º | 0.49% | 0.98% | - |
| XYZ | 53.93 | 66.57 | 101.27 | - |
| YUV | 200.43 | 156.53 | 77.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 227 | 251 | 0.49 | 0.10 | 0 | 0.02 | 191.8 | 0.94 | 0.75 |
| Hex | 81 | E3 | FB | 31 | A | 0 | 2 | C0 | 5E | 4B |
| Octal | 201 | 343 | 373 | 61 | 12 | 0 | 2 | 300 | 136 | 113 |
| Binary | 10000001 | 11100011 | 11111011 | 110001 | 1010 | 0 | 10 | 11000000 | 1011110 | 1001011 |
Color Harmonies of #81E3FB
Complementary color
Monochromatic Colors of #81E3FB
Black with #81E3FB
Text Example
Text Example
White with #81E3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E3FB; }
p { color: rgb(129,227,251); }
H1.HeaderClassName
{
color: #81E3FB;
}
.AnyTagClassName
{
color: #81E3FB;
}
</style>
background-color css
<style>
a { background-color: #81E3FB; }
a { background-color: rgb(129,227,251); }
div.DivClassName
{
background-color: #81E3FB;
}
.BgClassName
{
background-color: #81E3FB;
}
</style>
border-color css
<style>
span { border-color: #81E3FB; }
span { border-color: rgb(129,227,251); }
td.TdClassName
{
border-color: #81E3FB;
}
.TagClassName
{
border-color: #81E3FB;
}
</style>