Shades of Electric Blue #84EEED
Tints of Electric Blue #84EEED
RGB
CMYK
RGB Variations
Color information
#84EEED (or 0x84EEED) is known color: Electric Blue. HEX triplet: 84, EE and ED. RGB value is (132,238,237). Sum of RGB (Red+Green+Blue) = 132+238+237=607 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.75% from 607); Green value is 238 (93.36% from 255 or 39.21% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 238 - color contains mainly: green. Hex color #84EEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84EEED is #7B1112. Grayscale: #CECECE. Windows color (decimal): -8065299 or 15593092. OLE color: 15593092.
HSL color Cylindrical-coordinate representation of color #84EEED: hue angle of 179.43º 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 #84EEED is Cyan = 0.45, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 238 | 237 | - |
| CMYK | 0.45 | 0 | 0.00 | 0.07 |
| HSL | 179.43º | 0.76% | 0.73% | - |
| HSV(B) | 179.43º | 0.45% | 0.93% | - |
| XYZ | 55.38 | 72.17 | 91.13 | - |
| YUV | 206.19 | 145.38 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 238 | 237 | 0.45 | 0 | 0.00 | 0.07 | 179.43 | 0.76 | 0.73 |
| Hex | 84 | EE | ED | 2D | 0 | 0 | 7 | B3 | 4C | 49 |
| Octal | 204 | 356 | 355 | 55 | 0 | 0 | 7 | 263 | 114 | 111 |
| Binary | 10000100 | 11101110 | 11101101 | 101101 | 0 | 0 | 111 | 10110011 | 1001100 | 1001001 |
Color Harmonies of #84EEED
Complementary color
Monochromatic Colors of #84EEED
Black with #84EEED
Text Example
Text Example
White with #84EEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EEED; }
p { color: rgb(132,238,237); }
H1.HeaderClassName
{
color: #84EEED;
}
.AnyTagClassName
{
color: #84EEED;
}
</style>
background-color css
<style>
a { background-color: #84EEED; }
a { background-color: rgb(132,238,237); }
div.DivClassName
{
background-color: #84EEED;
}
.BgClassName
{
background-color: #84EEED;
}
</style>
border-color css
<style>
span { border-color: #84EEED; }
span { border-color: rgb(132,238,237); }
td.TdClassName
{
border-color: #84EEED;
}
.TagClassName
{
border-color: #84EEED;
}
</style>