Shades of Electric Blue #84EDE6
Tints of Electric Blue #84EDE6
RGB
CMYK
RGB Variations
Color information
#84EDE6 (or 0x84EDE6) is known color: Electric Blue. HEX triplet: 84, ED and E6. RGB value is (132,237,230). Sum of RGB (Red+Green+Blue) = 132+237+230=599 (79% of max value = 765). Red value is 132 (51.95% from 255 or 22.04% from 599); Green value is 237 (92.97% from 255 or 39.57% from 599); Blue value is 230 (90.23% from 255 or 38.40% from 599); Max value from RGB is 237 - color contains mainly: green. Hex color #84EDE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84EDE6 is #7B1219. Grayscale: #CCCCCC. Windows color (decimal): -8065562 or 15134084. OLE color: 15134084.
HSL color Cylindrical-coordinate representation of color #84EDE6: hue angle of 176º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84EDE6 is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 237 | 230 | - |
| CMYK | 0.44 | 0 | 0.03 | 0.07 |
| HSL | 176º | 0.74% | 0.72% | - |
| HSV(B) | 176º | 0.44% | 0.93% | - |
| XYZ | 54.08 | 71.19 | 85.75 | - |
| YUV | 204.81 | 142.21 | 76.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 237 | 230 | 0.44 | 0 | 0.03 | 0.07 | 176 | 0.74 | 0.72 |
| Hex | 84 | ED | E6 | 2C | 0 | 3 | 7 | B0 | 4A | 48 |
| Octal | 204 | 355 | 346 | 54 | 0 | 3 | 7 | 260 | 112 | 110 |
| Binary | 10000100 | 11101101 | 11100110 | 101100 | 0 | 11 | 111 | 10110000 | 1001010 | 1001000 |
Color Harmonies of #84EDE6
Complementary color
Monochromatic Colors of #84EDE6
Black with #84EDE6
Text Example
Text Example
White with #84EDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EDE6; }
p { color: rgb(132,237,230); }
H1.HeaderClassName
{
color: #84EDE6;
}
.AnyTagClassName
{
color: #84EDE6;
}
</style>
background-color css
<style>
a { background-color: #84EDE6; }
a { background-color: rgb(132,237,230); }
div.DivClassName
{
background-color: #84EDE6;
}
.BgClassName
{
background-color: #84EDE6;
}
</style>
border-color css
<style>
span { border-color: #84EDE6; }
span { border-color: rgb(132,237,230); }
td.TdClassName
{
border-color: #84EDE6;
}
.TagClassName
{
border-color: #84EDE6;
}
</style>