Shades of Electric Blue #81EAFA
Tints of Electric Blue #81EAFA
RGB
CMYK
RGB Variations
Color information
#81EAFA (or 0x81EAFA) is known color: Electric Blue. HEX triplet: 81, EA and FA. RGB value is (129,234,250). Sum of RGB (Red+Green+Blue) = 129+234+250=613 (81% of max value = 765). Red value is 129 (50.78% from 255 or 21.04% from 613); Green value is 234 (91.80% from 255 or 38.17% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #81EAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81EAFA is #7E1505. Grayscale: #CCCCCC. Windows color (decimal): -8262918 or 16444033. OLE color: 16444033.
HSL color Cylindrical-coordinate representation of color #81EAFA: hue angle of 187.93º 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 #81EAFA is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 234 | 250 | - |
| CMYK | 0.48 | 0.06 | 0 | 0.02 |
| HSL | 187.93º | 0.92% | 0.74% | - |
| HSV(B) | 187.93º | 0.48% | 0.98% | - |
| XYZ | 55.73 | 70.41 | 101.1 | - |
| YUV | 204.43 | 153.71 | 74.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 234 | 250 | 0.48 | 0.06 | 0 | 0.02 | 187.93 | 0.92 | 0.74 |
| Hex | 81 | EA | FA | 30 | 6 | 0 | 2 | BC | 5C | 4A |
| Octal | 201 | 352 | 372 | 60 | 6 | 0 | 2 | 274 | 134 | 112 |
| Binary | 10000001 | 11101010 | 11111010 | 110000 | 110 | 0 | 10 | 10111100 | 1011100 | 1001010 |
Color Harmonies of #81EAFA
Complementary color
Monochromatic Colors of #81EAFA
Black with #81EAFA
Text Example
Text Example
White with #81EAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EAFA; }
p { color: rgb(129,234,250); }
H1.HeaderClassName
{
color: #81EAFA;
}
.AnyTagClassName
{
color: #81EAFA;
}
</style>
background-color css
<style>
a { background-color: #81EAFA; }
a { background-color: rgb(129,234,250); }
div.DivClassName
{
background-color: #81EAFA;
}
.BgClassName
{
background-color: #81EAFA;
}
</style>
border-color css
<style>
span { border-color: #81EAFA; }
span { border-color: rgb(129,234,250); }
td.TdClassName
{
border-color: #81EAFA;
}
.TagClassName
{
border-color: #81EAFA;
}
</style>