Shades of Electric Blue #84E5FD
Tints of Electric Blue #84E5FD
RGB
CMYK
RGB Variations
Color information
#84E5FD (or 0x84E5FD) is known color: Electric Blue. HEX triplet: 84, E5 and FD. RGB value is (132,229,253). Sum of RGB (Red+Green+Blue) = 132+229+253=614 (81% of max value = 765). Red value is 132 (51.95% from 255 or 21.50% from 614); Green value is 229 (89.84% from 255 or 37.30% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #84E5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84E5FD is #7B1A02. Grayscale: #CACACA. Windows color (decimal): -8067587 or 16639364. OLE color: 16639364.
HSL color Cylindrical-coordinate representation of color #84E5FD: hue angle of 191.9º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84E5FD is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 229 | 253 | - |
| CMYK | 0.48 | 0.09 | 0 | 0.01 |
| HSL | 191.9º | 0.97% | 0.75% | - |
| HSV(B) | 191.9º | 0.48% | 0.99% | - |
| XYZ | 55.26 | 68.04 | 103.15 | - |
| YUV | 202.73 | 156.36 | 77.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 229 | 253 | 0.48 | 0.09 | 0 | 0.01 | 191.9 | 0.97 | 0.75 |
| Hex | 84 | E5 | FD | 30 | 9 | 0 | 1 | C0 | 61 | 4B |
| Octal | 204 | 345 | 375 | 60 | 11 | 0 | 1 | 300 | 141 | 113 |
| Binary | 10000100 | 11100101 | 11111101 | 110000 | 1001 | 0 | 1 | 11000000 | 1100001 | 1001011 |
Color Harmonies of #84E5FD
Complementary color
Monochromatic Colors of #84E5FD
Black with #84E5FD
Text Example
Text Example
White with #84E5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E5FD; }
p { color: rgb(132,229,253); }
H1.HeaderClassName
{
color: #84E5FD;
}
.AnyTagClassName
{
color: #84E5FD;
}
</style>
background-color css
<style>
a { background-color: #84E5FD; }
a { background-color: rgb(132,229,253); }
div.DivClassName
{
background-color: #84E5FD;
}
.BgClassName
{
background-color: #84E5FD;
}
</style>
border-color css
<style>
span { border-color: #84E5FD; }
span { border-color: rgb(132,229,253); }
td.TdClassName
{
border-color: #84E5FD;
}
.TagClassName
{
border-color: #84E5FD;
}
</style>