Shades of Electric Blue #84FFFD
Tints of Electric Blue #84FFFD
RGB
CMYK
RGB Variations
Color information
#84FFFD (or 0x84FFFD) is known color: Electric Blue. HEX triplet: 84, FF and FD. RGB value is (132,255,253). Sum of RGB (Red+Green+Blue) = 132+255+253=640 (84% of max value = 765). Red value is 132 (51.95% from 255 or 20.62% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 253 (99.22% from 255 or 39.53% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #84FFFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84FFFD is #7B0002. Grayscale: #D9D9D9. Windows color (decimal): -8060931 or 16646020. OLE color: 16646020.
HSL color Cylindrical-coordinate representation of color #84FFFD: hue angle of 179.02º 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 #84FFFD is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 255 | 253 | - |
| CMYK | 0.48 | 0 | 0.01 | 0 |
| HSL | 179.02º | 1% | 0.76% | - |
| HSV(B) | 179.02º | 0.48% | 1% | - |
| XYZ | 63.01 | 83.52 | 105.73 | - |
| YUV | 218 | 147.75 | 66.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 255 | 253 | 0.48 | 0 | 0.01 | 0 | 179.02 | 1 | 0.76 |
| Hex | 84 | FF | FD | 30 | 0 | 1 | 0 | B3 | 64 | 4C |
| Octal | 204 | 377 | 375 | 60 | 0 | 1 | 0 | 263 | 144 | 114 |
| Binary | 10000100 | 11111111 | 11111101 | 110000 | 0 | 1 | 0 | 10110011 | 1100100 | 1001100 |
Color Harmonies of #84FFFD
Complementary color
Monochromatic Colors of #84FFFD
Black with #84FFFD
Text Example
Text Example
White with #84FFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FFFD; }
p { color: rgb(132,255,253); }
H1.HeaderClassName
{
color: #84FFFD;
}
.AnyTagClassName
{
color: #84FFFD;
}
</style>
background-color css
<style>
a { background-color: #84FFFD; }
a { background-color: rgb(132,255,253); }
div.DivClassName
{
background-color: #84FFFD;
}
.BgClassName
{
background-color: #84FFFD;
}
</style>
border-color css
<style>
span { border-color: #84FFFD; }
span { border-color: rgb(132,255,253); }
td.TdClassName
{
border-color: #84FFFD;
}
.TagClassName
{
border-color: #84FFFD;
}
</style>