Shades of Electric Blue #81EFE5
Tints of Electric Blue #81EFE5
RGB
CMYK
RGB Variations
Color information
#81EFE5 (or 0x81EFE5) is known color: Electric Blue. HEX triplet: 81, EF and E5. RGB value is (129,239,229). Sum of RGB (Red+Green+Blue) = 129+239+229=597 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.61% from 597); Green value is 239 (93.75% from 255 or 40.03% from 597); Blue value is 229 (89.84% from 255 or 38.36% from 597); Max value from RGB is 239 - color contains mainly: green. Hex color #81EFE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EFE5 is #7E101A. Grayscale: #CCCCCC. Windows color (decimal): -8261659 or 15069057. OLE color: 15069057.
HSL color Cylindrical-coordinate representation of color #81EFE5: hue angle of 174.55º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81EFE5 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 239 | 229 | - |
| CMYK | 0.46 | 0 | 0.04 | 0.06 |
| HSL | 174.55º | 0.77% | 0.72% | - |
| HSV(B) | 174.55º | 0.46% | 0.94% | - |
| XYZ | 54.06 | 72.06 | 85.19 | - |
| YUV | 204.97 | 141.56 | 73.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 239 | 229 | 0.46 | 0 | 0.04 | 0.06 | 174.55 | 0.77 | 0.72 |
| Hex | 81 | EF | E5 | 2E | 0 | 4 | 6 | AF | 4D | 48 |
| Octal | 201 | 357 | 345 | 56 | 0 | 4 | 6 | 257 | 115 | 110 |
| Binary | 10000001 | 11101111 | 11100101 | 101110 | 0 | 100 | 110 | 10101111 | 1001101 | 1001000 |
Color Harmonies of #81EFE5
Complementary color
Monochromatic Colors of #81EFE5
Black with #81EFE5
Text Example
Text Example
White with #81EFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EFE5; }
p { color: rgb(129,239,229); }
H1.HeaderClassName
{
color: #81EFE5;
}
.AnyTagClassName
{
color: #81EFE5;
}
</style>
background-color css
<style>
a { background-color: #81EFE5; }
a { background-color: rgb(129,239,229); }
div.DivClassName
{
background-color: #81EFE5;
}
.BgClassName
{
background-color: #81EFE5;
}
</style>
border-color css
<style>
span { border-color: #81EFE5; }
span { border-color: rgb(129,239,229); }
td.TdClassName
{
border-color: #81EFE5;
}
.TagClassName
{
border-color: #81EFE5;
}
</style>