Shades of Electric Blue #81EEEF
Tints of Electric Blue #81EEEF
RGB
CMYK
RGB Variations
Color information
#81EEEF (or 0x81EEEF) is known color: Electric Blue. HEX triplet: 81, EE and EF. RGB value is (129,238,239). Sum of RGB (Red+Green+Blue) = 129+238+239=606 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.29% from 606); Green value is 238 (93.36% from 255 or 39.27% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 239 - color contains mainly: blue. Hex color #81EEEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81EEEF is #7E1110. Grayscale: #CDCDCD. Windows color (decimal): -8261905 or 15724161. OLE color: 15724161.
HSL color Cylindrical-coordinate representation of color #81EEEF: hue angle of 180.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 #81EEEF is Cyan = 0.46, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 238 | 239 | - |
| CMYK | 0.46 | 0.00 | 0 | 0.06 |
| HSL | 180.55º | 0.77% | 0.72% | - |
| HSV(B) | 180.55º | 0.46% | 0.94% | - |
| XYZ | 55.21 | 72.05 | 92.66 | - |
| YUV | 205.52 | 146.89 | 73.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 238 | 239 | 0.46 | 0.00 | 0 | 0.06 | 180.55 | 0.77 | 0.72 |
| Hex | 81 | EE | EF | 2E | 0 | 0 | 6 | B5 | 4D | 48 |
| Octal | 201 | 356 | 357 | 56 | 0 | 0 | 6 | 265 | 115 | 110 |
| Binary | 10000001 | 11101110 | 11101111 | 101110 | 0 | 0 | 110 | 10110101 | 1001101 | 1001000 |
Color Harmonies of #81EEEF
Complementary color
Monochromatic Colors of #81EEEF
Black with #81EEEF
Text Example
Text Example
White with #81EEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EEEF; }
p { color: rgb(129,238,239); }
H1.HeaderClassName
{
color: #81EEEF;
}
.AnyTagClassName
{
color: #81EEEF;
}
</style>
background-color css
<style>
a { background-color: #81EEEF; }
a { background-color: rgb(129,238,239); }
div.DivClassName
{
background-color: #81EEEF;
}
.BgClassName
{
background-color: #81EEEF;
}
</style>
border-color css
<style>
span { border-color: #81EEEF; }
span { border-color: rgb(129,238,239); }
td.TdClassName
{
border-color: #81EEEF;
}
.TagClassName
{
border-color: #81EEEF;
}
</style>