Shades of Electric Blue #81EDEF
Tints of Electric Blue #81EDEF
RGB
CMYK
RGB Variations
Color information
#81EDEF (or 0x81EDEF) is known color: Electric Blue. HEX triplet: 81, ED and EF. RGB value is (129,237,239). Sum of RGB (Red+Green+Blue) = 129+237+239=605 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.32% from 605); Green value is 237 (92.97% from 255 or 39.17% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #81EDEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81EDEF is #7E1210. Grayscale: #CCCCCC. Windows color (decimal): -8262161 or 15723905. OLE color: 15723905.
HSL color Cylindrical-coordinate representation of color #81EDEF: hue angle of 181.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 #81EDEF is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 237 | 239 | - |
| CMYK | 0.46 | 0.01 | 0 | 0.06 |
| HSL | 181.09º | 0.77% | 0.72% | - |
| HSV(B) | 181.09º | 0.46% | 0.94% | - |
| XYZ | 54.92 | 71.47 | 92.56 | - |
| YUV | 204.94 | 147.22 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 237 | 239 | 0.46 | 0.01 | 0 | 0.06 | 181.09 | 0.77 | 0.72 |
| Hex | 81 | ED | EF | 2E | 1 | 0 | 6 | B5 | 4D | 48 |
| Octal | 201 | 355 | 357 | 56 | 1 | 0 | 6 | 265 | 115 | 110 |
| Binary | 10000001 | 11101101 | 11101111 | 101110 | 1 | 0 | 110 | 10110101 | 1001101 | 1001000 |
Color Harmonies of #81EDEF
Complementary color
Monochromatic Colors of #81EDEF
Black with #81EDEF
Text Example
Text Example
White with #81EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EDEF; }
p { color: rgb(129,237,239); }
H1.HeaderClassName
{
color: #81EDEF;
}
.AnyTagClassName
{
color: #81EDEF;
}
</style>
background-color css
<style>
a { background-color: #81EDEF; }
a { background-color: rgb(129,237,239); }
div.DivClassName
{
background-color: #81EDEF;
}
.BgClassName
{
background-color: #81EDEF;
}
</style>
border-color css
<style>
span { border-color: #81EDEF; }
span { border-color: rgb(129,237,239); }
td.TdClassName
{
border-color: #81EDEF;
}
.TagClassName
{
border-color: #81EDEF;
}
</style>