Shades of Electric Blue #84EDE5
Tints of Electric Blue #84EDE5
RGB
CMYK
RGB Variations
Color information
#84EDE5 (or 0x84EDE5) is known color: Electric Blue. HEX triplet: 84, ED and E5. RGB value is (132,237,229). Sum of RGB (Red+Green+Blue) = 132+237+229=598 (79% of max value = 765). Red value is 132 (51.95% from 255 or 22.07% from 598); Green value is 237 (92.97% from 255 or 39.63% from 598); Blue value is 229 (89.84% from 255 or 38.29% from 598); Max value from RGB is 237 - color contains mainly: green. Hex color #84EDE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EDE5 is #7B121A. Grayscale: #CCCCCC. Windows color (decimal): -8065563 or 15068548. OLE color: 15068548.
HSL color Cylindrical-coordinate representation of color #84EDE5: hue angle of 175.43º 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 #84EDE5 is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 237 | 229 | - |
| CMYK | 0.44 | 0 | 0.03 | 0.07 |
| HSL | 175.43º | 0.74% | 0.72% | - |
| HSV(B) | 175.43º | 0.44% | 0.93% | - |
| XYZ | 53.94 | 71.13 | 85.02 | - |
| YUV | 204.69 | 141.71 | 76.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 237 | 229 | 0.44 | 0 | 0.03 | 0.07 | 175.43 | 0.74 | 0.72 |
| Hex | 84 | ED | E5 | 2C | 0 | 3 | 7 | AF | 4A | 48 |
| Octal | 204 | 355 | 345 | 54 | 0 | 3 | 7 | 257 | 112 | 110 |
| Binary | 10000100 | 11101101 | 11100101 | 101100 | 0 | 11 | 111 | 10101111 | 1001010 | 1001000 |
Color Harmonies of #84EDE5
Complementary color
Monochromatic Colors of #84EDE5
Black with #84EDE5
Text Example
Text Example
White with #84EDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EDE5; }
p { color: rgb(132,237,229); }
H1.HeaderClassName
{
color: #84EDE5;
}
.AnyTagClassName
{
color: #84EDE5;
}
</style>
background-color css
<style>
a { background-color: #84EDE5; }
a { background-color: rgb(132,237,229); }
div.DivClassName
{
background-color: #84EDE5;
}
.BgClassName
{
background-color: #84EDE5;
}
</style>
border-color css
<style>
span { border-color: #84EDE5; }
span { border-color: rgb(132,237,229); }
td.TdClassName
{
border-color: #84EDE5;
}
.TagClassName
{
border-color: #84EDE5;
}
</style>