Shades of Electric Blue #84E9EE
Tints of Electric Blue #84E9EE
RGB
CMYK
RGB Variations
Color information
#84E9EE (or 0x84E9EE) is known color: Electric Blue. HEX triplet: 84, E9 and EE. RGB value is (132,233,238). Sum of RGB (Red+Green+Blue) = 132+233+238=603 (79% of max value = 765). Red value is 132 (51.95% from 255 or 21.89% from 603); Green value is 233 (91.41% from 255 or 38.64% from 603); Blue value is 238 (93.36% from 255 or 39.47% from 603); Max value from RGB is 238 - color contains mainly: blue. Hex color #84E9EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84E9EE is #7B1611. Grayscale: #CBCBCB. Windows color (decimal): -8066578 or 15657348. OLE color: 15657348.
HSL color Cylindrical-coordinate representation of color #84E9EE: hue angle of 182.83º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84E9EE is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 233 | 238 | - |
| CMYK | 0.45 | 0.02 | 0 | 0.07 |
| HSL | 182.83º | 0.76% | 0.73% | - |
| HSV(B) | 182.83º | 0.45% | 0.93% | - |
| XYZ | 54.09 | 69.36 | 91.43 | - |
| YUV | 203.37 | 147.54 | 77.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 233 | 238 | 0.45 | 0.02 | 0 | 0.07 | 182.83 | 0.76 | 0.73 |
| Hex | 84 | E9 | EE | 2D | 2 | 0 | 7 | B7 | 4C | 49 |
| Octal | 204 | 351 | 356 | 55 | 2 | 0 | 7 | 267 | 114 | 111 |
| Binary | 10000100 | 11101001 | 11101110 | 101101 | 10 | 0 | 111 | 10110111 | 1001100 | 1001001 |
Color Harmonies of #84E9EE
Complementary color
Monochromatic Colors of #84E9EE
Black with #84E9EE
Text Example
Text Example
White with #84E9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E9EE; }
p { color: rgb(132,233,238); }
H1.HeaderClassName
{
color: #84E9EE;
}
.AnyTagClassName
{
color: #84E9EE;
}
</style>
background-color css
<style>
a { background-color: #84E9EE; }
a { background-color: rgb(132,233,238); }
div.DivClassName
{
background-color: #84E9EE;
}
.BgClassName
{
background-color: #84E9EE;
}
</style>
border-color css
<style>
span { border-color: #84E9EE; }
span { border-color: rgb(132,233,238); }
td.TdClassName
{
border-color: #84E9EE;
}
.TagClassName
{
border-color: #84E9EE;
}
</style>