Shades of Electric Blue #84EAED
Tints of Electric Blue #84EAED
RGB
CMYK
RGB Variations
Color information
#84EAED (or 0x84EAED) is known color: Electric Blue. HEX triplet: 84, EA and ED. RGB value is (132,234,237). Sum of RGB (Red+Green+Blue) = 132+234+237=603 (79% of max value = 765). Red value is 132 (51.95% from 255 or 21.89% from 603); Green value is 234 (91.80% from 255 or 38.81% from 603); Blue value is 237 (92.97% from 255 or 39.30% from 603); Max value from RGB is 237 - color contains mainly: blue. Hex color #84EAED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84EAED is #7B1512. Grayscale: #CBCBCB. Windows color (decimal): -8066323 or 15592068. OLE color: 15592068.
HSL color Cylindrical-coordinate representation of color #84EAED: hue angle of 181.71º 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 #84EAED is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 234 | 237 | - |
| CMYK | 0.44 | 0.01 | 0 | 0.07 |
| HSL | 181.71º | 0.74% | 0.72% | - |
| HSV(B) | 181.71º | 0.44% | 0.93% | - |
| XYZ | 54.22 | 69.87 | 90.75 | - |
| YUV | 203.84 | 146.71 | 76.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 234 | 237 | 0.44 | 0.01 | 0 | 0.07 | 181.71 | 0.74 | 0.72 |
| Hex | 84 | EA | ED | 2C | 1 | 0 | 7 | B6 | 4A | 48 |
| Octal | 204 | 352 | 355 | 54 | 1 | 0 | 7 | 266 | 112 | 110 |
| Binary | 10000100 | 11101010 | 11101101 | 101100 | 1 | 0 | 111 | 10110110 | 1001010 | 1001000 |
Color Harmonies of #84EAED
Complementary color
Monochromatic Colors of #84EAED
Black with #84EAED
Text Example
Text Example
White with #84EAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EAED; }
p { color: rgb(132,234,237); }
H1.HeaderClassName
{
color: #84EAED;
}
.AnyTagClassName
{
color: #84EAED;
}
</style>
background-color css
<style>
a { background-color: #84EAED; }
a { background-color: rgb(132,234,237); }
div.DivClassName
{
background-color: #84EAED;
}
.BgClassName
{
background-color: #84EAED;
}
</style>
border-color css
<style>
span { border-color: #84EAED; }
span { border-color: rgb(132,234,237); }
td.TdClassName
{
border-color: #84EAED;
}
.TagClassName
{
border-color: #84EAED;
}
</style>