Shades of Electric Blue #81E6FA
Tints of Electric Blue #81E6FA
RGB
CMYK
RGB Variations
Color information
#81E6FA (or 0x81E6FA) is known color: Electric Blue. HEX triplet: 81, E6 and FA. RGB value is (129,230,250). Sum of RGB (Red+Green+Blue) = 129+230+250=609 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.18% from 609); Green value is 230 (90.23% from 255 or 37.77% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #81E6FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81E6FA is #7E1905. Grayscale: #C9C9C9. Windows color (decimal): -8263942 or 16443009. OLE color: 16443009.
HSL color Cylindrical-coordinate representation of color #81E6FA: hue angle of 189.92º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81E6FA is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 230 | 250 | - |
| CMYK | 0.48 | 0.08 | 0 | 0.02 |
| HSL | 189.92º | 0.92% | 0.74% | - |
| HSV(B) | 189.92º | 0.48% | 0.98% | - |
| XYZ | 54.61 | 68.16 | 100.72 | - |
| YUV | 202.08 | 155.04 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 230 | 250 | 0.48 | 0.08 | 0 | 0.02 | 189.92 | 0.92 | 0.74 |
| Hex | 81 | E6 | FA | 30 | 8 | 0 | 2 | BE | 5C | 4A |
| Octal | 201 | 346 | 372 | 60 | 10 | 0 | 2 | 276 | 134 | 112 |
| Binary | 10000001 | 11100110 | 11111010 | 110000 | 1000 | 0 | 10 | 10111110 | 1011100 | 1001010 |
Color Harmonies of #81E6FA
Complementary color
Monochromatic Colors of #81E6FA
Black with #81E6FA
Text Example
Text Example
White with #81E6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E6FA; }
p { color: rgb(129,230,250); }
H1.HeaderClassName
{
color: #81E6FA;
}
.AnyTagClassName
{
color: #81E6FA;
}
</style>
background-color css
<style>
a { background-color: #81E6FA; }
a { background-color: rgb(129,230,250); }
div.DivClassName
{
background-color: #81E6FA;
}
.BgClassName
{
background-color: #81E6FA;
}
</style>
border-color css
<style>
span { border-color: #81E6FA; }
span { border-color: rgb(129,230,250); }
td.TdClassName
{
border-color: #81E6FA;
}
.TagClassName
{
border-color: #81E6FA;
}
</style>