Shades of Electric Blue #84ECFF
Tints of Electric Blue #84ECFF
RGB
CMYK
RGB Variations
Color information
#84ECFF (or 0x84ECFF) is known color: Electric Blue. HEX triplet: 84, EC and FF. RGB value is (132,236,255). Sum of RGB (Red+Green+Blue) = 132+236+255=623 (82% of max value = 765). Red value is 132 (51.95% from 255 or 21.19% from 623); Green value is 236 (92.58% from 255 or 37.88% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #84ECFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84ECFF is #7B1300. Grayscale: #CECECE. Windows color (decimal): -8065793 or 16772228. OLE color: 16772228.
HSL color Cylindrical-coordinate representation of color #84ECFF: hue angle of 189.27º 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 #84ECFF is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 236 | 255 | - |
| CMYK | 0.48 | 0.07 | 0 | 0 |
| HSL | 189.27º | 1% | 0.76% | - |
| HSV(B) | 189.27º | 0.48% | 1% | - |
| XYZ | 57.56 | 72.12 | 105.49 | - |
| YUV | 207.07 | 155.04 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 236 | 255 | 0.48 | 0.07 | 0 | 0 | 189.27 | 1 | 0.76 |
| Hex | 84 | EC | FF | 30 | 7 | 0 | 0 | BD | 64 | 4C |
| Octal | 204 | 354 | 377 | 60 | 7 | 0 | 0 | 275 | 144 | 114 |
| Binary | 10000100 | 11101100 | 11111111 | 110000 | 111 | 0 | 0 | 10111101 | 1100100 | 1001100 |
Color Harmonies of #84ECFF
Complementary color
Monochromatic Colors of #84ECFF
Black with #84ECFF
Text Example
Text Example
White with #84ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ECFF; }
p { color: rgb(132,236,255); }
H1.HeaderClassName
{
color: #84ECFF;
}
.AnyTagClassName
{
color: #84ECFF;
}
</style>
background-color css
<style>
a { background-color: #84ECFF; }
a { background-color: rgb(132,236,255); }
div.DivClassName
{
background-color: #84ECFF;
}
.BgClassName
{
background-color: #84ECFF;
}
</style>
border-color css
<style>
span { border-color: #84ECFF; }
span { border-color: rgb(132,236,255); }
td.TdClassName
{
border-color: #84ECFF;
}
.TagClassName
{
border-color: #84ECFF;
}
</style>