Shades of Electric Blue #81EFE6
Tints of Electric Blue #81EFE6
RGB
CMYK
RGB Variations
Color information
#81EFE6 (or 0x81EFE6) is known color: Electric Blue. HEX triplet: 81, EF and E6. RGB value is (129,239,230). Sum of RGB (Red+Green+Blue) = 129+239+230=598 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.57% from 598); Green value is 239 (93.75% from 255 or 39.97% from 598); Blue value is 230 (90.23% from 255 or 38.46% from 598); Max value from RGB is 239 - color contains mainly: green. Hex color #81EFE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81EFE6 is #7E1019. Grayscale: #CDCDCD. Windows color (decimal): -8261658 or 15134593. OLE color: 15134593.
HSL color Cylindrical-coordinate representation of color #81EFE6: hue angle of 175.09º 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 #81EFE6 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 239 | 230 | - |
| CMYK | 0.46 | 0 | 0.04 | 0.06 |
| HSL | 175.09º | 0.77% | 0.72% | - |
| HSV(B) | 175.09º | 0.46% | 0.94% | - |
| XYZ | 54.2 | 72.11 | 85.93 | - |
| YUV | 205.08 | 142.06 | 73.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 239 | 230 | 0.46 | 0 | 0.04 | 0.06 | 175.09 | 0.77 | 0.72 |
| Hex | 81 | EF | E6 | 2E | 0 | 4 | 6 | AF | 4D | 48 |
| Octal | 201 | 357 | 346 | 56 | 0 | 4 | 6 | 257 | 115 | 110 |
| Binary | 10000001 | 11101111 | 11100110 | 101110 | 0 | 100 | 110 | 10101111 | 1001101 | 1001000 |
Color Harmonies of #81EFE6
Complementary color
Monochromatic Colors of #81EFE6
Black with #81EFE6
Text Example
Text Example
White with #81EFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EFE6; }
p { color: rgb(129,239,230); }
H1.HeaderClassName
{
color: #81EFE6;
}
.AnyTagClassName
{
color: #81EFE6;
}
</style>
background-color css
<style>
a { background-color: #81EFE6; }
a { background-color: rgb(129,239,230); }
div.DivClassName
{
background-color: #81EFE6;
}
.BgClassName
{
background-color: #81EFE6;
}
</style>
border-color css
<style>
span { border-color: #81EFE6; }
span { border-color: rgb(129,239,230); }
td.TdClassName
{
border-color: #81EFE6;
}
.TagClassName
{
border-color: #81EFE6;
}
</style>