Shades of Electric Blue #81EEF0
Tints of Electric Blue #81EEF0
RGB
CMYK
RGB Variations
Color information
#81EEF0 (or 0x81EEF0) is known color: Electric Blue. HEX triplet: 81, EE and F0. RGB value is (129,238,240). Sum of RGB (Red+Green+Blue) = 129+238+240=607 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.25% from 607); Green value is 238 (93.36% from 255 or 39.21% from 607); Blue value is 240 (94.14% from 255 or 39.54% from 607); Max value from RGB is 240 - color contains mainly: blue. Hex color #81EEF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81EEF0 is #7E110F. Grayscale: #CDCDCD. Windows color (decimal): -8261904 or 15789697. OLE color: 15789697.
HSL color Cylindrical-coordinate representation of color #81EEF0: hue angle of 181.08º degrees, saturation: 0.79, 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 #81EEF0 is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 238 | 240 | - |
| CMYK | 0.46 | 0.01 | 0 | 0.06 |
| HSL | 181.08º | 0.79% | 0.72% | - |
| HSV(B) | 181.08º | 0.46% | 0.94% | - |
| XYZ | 55.36 | 72.11 | 93.44 | - |
| YUV | 205.64 | 147.39 | 73.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 238 | 240 | 0.46 | 0.01 | 0 | 0.06 | 181.08 | 0.79 | 0.72 |
| Hex | 81 | EE | F0 | 2E | 1 | 0 | 6 | B5 | 4F | 48 |
| Octal | 201 | 356 | 360 | 56 | 1 | 0 | 6 | 265 | 117 | 110 |
| Binary | 10000001 | 11101110 | 11110000 | 101110 | 1 | 0 | 110 | 10110101 | 1001111 | 1001000 |
Color Harmonies of #81EEF0
Complementary color
Monochromatic Colors of #81EEF0
Black with #81EEF0
Text Example
Text Example
White with #81EEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EEF0; }
p { color: rgb(129,238,240); }
H1.HeaderClassName
{
color: #81EEF0;
}
.AnyTagClassName
{
color: #81EEF0;
}
</style>
background-color css
<style>
a { background-color: #81EEF0; }
a { background-color: rgb(129,238,240); }
div.DivClassName
{
background-color: #81EEF0;
}
.BgClassName
{
background-color: #81EEF0;
}
</style>
border-color css
<style>
span { border-color: #81EEF0; }
span { border-color: rgb(129,238,240); }
td.TdClassName
{
border-color: #81EEF0;
}
.TagClassName
{
border-color: #81EEF0;
}
</style>