Shades of Electric Blue #81EEF6
Tints of Electric Blue #81EEF6
RGB
CMYK
RGB Variations
Color information
#81EEF6 (or 0x81EEF6) is known color: Electric Blue. HEX triplet: 81, EE and F6. RGB value is (129,238,246). Sum of RGB (Red+Green+Blue) = 129+238+246=613 (81% of max value = 765). Red value is 129 (50.78% from 255 or 21.04% from 613); Green value is 238 (93.36% from 255 or 38.83% from 613); Blue value is 246 (96.48% from 255 or 40.13% from 613); Max value from RGB is 246 - color contains mainly: blue. Hex color #81EEF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81EEF6 is #7E1109. Grayscale: #CECECE. Windows color (decimal): -8261898 or 16182913. OLE color: 16182913.
HSL color Cylindrical-coordinate representation of color #81EEF6: hue angle of 184.1º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81EEF6 is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 129 | 238 | 246 | - |
| CMYK | 0.48 | 0.03 | 0 | 0.04 |
| HSL | 184.1º | 0.87% | 0.74% | - |
| HSV(B) | 184.1º | 0.48% | 0.96% | - |
| XYZ | 56.26 | 72.47 | 98.21 | - |
| YUV | 206.32 | 150.39 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 238 | 246 | 0.48 | 0.03 | 0 | 0.04 | 184.1 | 0.87 | 0.74 |
| Hex | 81 | EE | F6 | 30 | 3 | 0 | 4 | B8 | 57 | 4A |
| Octal | 201 | 356 | 366 | 60 | 3 | 0 | 4 | 270 | 127 | 112 |
| Binary | 10000001 | 11101110 | 11110110 | 110000 | 11 | 0 | 100 | 10111000 | 1010111 | 1001010 |
Color Harmonies of #81EEF6
Complementary color
Monochromatic Colors of #81EEF6
Black with #81EEF6
Text Example
Text Example
White with #81EEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EEF6; }
p { color: rgb(129,238,246); }
H1.HeaderClassName
{
color: #81EEF6;
}
.AnyTagClassName
{
color: #81EEF6;
}
</style>
background-color css
<style>
a { background-color: #81EEF6; }
a { background-color: rgb(129,238,246); }
div.DivClassName
{
background-color: #81EEF6;
}
.BgClassName
{
background-color: #81EEF6;
}
</style>
border-color css
<style>
span { border-color: #81EEF6; }
span { border-color: rgb(129,238,246); }
td.TdClassName
{
border-color: #81EEF6;
}
.TagClassName
{
border-color: #81EEF6;
}
</style>