Shades of Electric Blue #84FDF6
Tints of Electric Blue #84FDF6
RGB
CMYK
RGB Variations
Color information
#84FDF6 (or 0x84FDF6) is known color: Electric Blue. HEX triplet: 84, FD and F6. RGB value is (132,253,246). Sum of RGB (Red+Green+Blue) = 132+253+246=631 (83% of max value = 765). Red value is 132 (51.95% from 255 or 20.92% from 631); Green value is 253 (99.22% from 255 or 40.10% from 631); Blue value is 246 (96.48% from 255 or 38.99% from 631); Max value from RGB is 253 - color contains mainly: green. Hex color #84FDF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84FDF6 is #7B0209. Grayscale: #D7D7D7. Windows color (decimal): -8061450 or 16186756. OLE color: 16186756.
HSL color Cylindrical-coordinate representation of color #84FDF6: hue angle of 176.53º 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 #84FDF6 is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 253 | 246 | - |
| CMYK | 0.48 | 0 | 0.03 | 0.01 |
| HSL | 176.53º | 0.97% | 0.75% | - |
| HSV(B) | 176.53º | 0.48% | 0.99% | - |
| XYZ | 61.28 | 81.81 | 99.75 | - |
| YUV | 216.02 | 144.91 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 253 | 246 | 0.48 | 0 | 0.03 | 0.01 | 176.53 | 0.97 | 0.75 |
| Hex | 84 | FD | F6 | 30 | 0 | 3 | 1 | B1 | 61 | 4B |
| Octal | 204 | 375 | 366 | 60 | 0 | 3 | 1 | 261 | 141 | 113 |
| Binary | 10000100 | 11111101 | 11110110 | 110000 | 0 | 11 | 1 | 10110001 | 1100001 | 1001011 |
Color Harmonies of #84FDF6
Complementary color
Monochromatic Colors of #84FDF6
Black with #84FDF6
Text Example
Text Example
White with #84FDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FDF6; }
p { color: rgb(132,253,246); }
H1.HeaderClassName
{
color: #84FDF6;
}
.AnyTagClassName
{
color: #84FDF6;
}
</style>
background-color css
<style>
a { background-color: #84FDF6; }
a { background-color: rgb(132,253,246); }
div.DivClassName
{
background-color: #84FDF6;
}
.BgClassName
{
background-color: #84FDF6;
}
</style>
border-color css
<style>
span { border-color: #84FDF6; }
span { border-color: rgb(132,253,246); }
td.TdClassName
{
border-color: #84FDF6;
}
.TagClassName
{
border-color: #84FDF6;
}
</style>