Shades of Electric Blue #84EEFF
Tints of Electric Blue #84EEFF
RGB
CMYK
RGB Variations
Color information
#84EEFF (or 0x84EEFF) is known color: Electric Blue. HEX triplet: 84, EE and FF. RGB value is (132,238,255). Sum of RGB (Red+Green+Blue) = 132+238+255=625 (82% of max value = 765). Red value is 132 (51.95% from 255 or 21.12% from 625); Green value is 238 (93.36% from 255 or 38.08% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #84EEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84EEFF is #7B1100. Grayscale: #D0D0D0. Windows color (decimal): -8065281 or 16772740. OLE color: 16772740.
HSL color Cylindrical-coordinate representation of color #84EEFF: hue angle of 188.29º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84EEFF is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 238 | 255 | - |
| CMYK | 0.48 | 0.07 | 0 | 0 |
| HSL | 188.29º | 1% | 0.76% | - |
| HSV(B) | 188.29º | 0.48% | 1% | - |
| XYZ | 58.14 | 73.27 | 105.69 | - |
| YUV | 208.24 | 154.38 | 73.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 238 | 255 | 0.48 | 0.07 | 0 | 0 | 188.29 | 1 | 0.76 |
| Hex | 84 | EE | FF | 30 | 7 | 0 | 0 | BC | 64 | 4C |
| Octal | 204 | 356 | 377 | 60 | 7 | 0 | 0 | 274 | 144 | 114 |
| Binary | 10000100 | 11101110 | 11111111 | 110000 | 111 | 0 | 0 | 10111100 | 1100100 | 1001100 |
Color Harmonies of #84EEFF
Complementary color
Monochromatic Colors of #84EEFF
Black with #84EEFF
Text Example
Text Example
White with #84EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EEFF; }
p { color: rgb(132,238,255); }
H1.HeaderClassName
{
color: #84EEFF;
}
.AnyTagClassName
{
color: #84EEFF;
}
</style>
background-color css
<style>
a { background-color: #84EEFF; }
a { background-color: rgb(132,238,255); }
div.DivClassName
{
background-color: #84EEFF;
}
.BgClassName
{
background-color: #84EEFF;
}
</style>
border-color css
<style>
span { border-color: #84EEFF; }
span { border-color: rgb(132,238,255); }
td.TdClassName
{
border-color: #84EEFF;
}
.TagClassName
{
border-color: #84EEFF;
}
</style>