Shades of Electric Blue #84F4F6
Tints of Electric Blue #84F4F6
RGB
CMYK
RGB Variations
Color information
#84F4F6 (or 0x84F4F6) is known color: Electric Blue. HEX triplet: 84, F4 and F6. RGB value is (132,244,246). Sum of RGB (Red+Green+Blue) = 132+244+246=622 (82% of max value = 765). Red value is 132 (51.95% from 255 or 21.22% from 622); Green value is 244 (95.70% from 255 or 39.23% from 622); Blue value is 246 (96.48% from 255 or 39.55% from 622); Max value from RGB is 246 - color contains mainly: blue. Hex color #84F4F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84F4F6 is #7B0B09. Grayscale: #D2D2D2. Windows color (decimal): -8063754 or 16184452. OLE color: 16184452.
HSL color Cylindrical-coordinate representation of color #84F4F6: hue angle of 181.05º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84F4F6 is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 132 | 244 | 246 | - |
| CMYK | 0.46 | 0.01 | 0 | 0.04 |
| HSL | 181.05º | 0.86% | 0.74% | - |
| HSV(B) | 181.05º | 0.46% | 0.96% | - |
| XYZ | 58.5 | 76.26 | 98.83 | - |
| YUV | 210.74 | 147.89 | 71.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 244 | 246 | 0.46 | 0.01 | 0 | 0.04 | 181.05 | 0.86 | 0.74 |
| Hex | 84 | F4 | F6 | 2E | 1 | 0 | 4 | B5 | 56 | 4A |
| Octal | 204 | 364 | 366 | 56 | 1 | 0 | 4 | 265 | 126 | 112 |
| Binary | 10000100 | 11110100 | 11110110 | 101110 | 1 | 0 | 100 | 10110101 | 1010110 | 1001010 |
Color Harmonies of #84F4F6
Complementary color
Monochromatic Colors of #84F4F6
Black with #84F4F6
Text Example
Text Example
White with #84F4F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F4F6; }
p { color: rgb(132,244,246); }
H1.HeaderClassName
{
color: #84F4F6;
}
.AnyTagClassName
{
color: #84F4F6;
}
</style>
background-color css
<style>
a { background-color: #84F4F6; }
a { background-color: rgb(132,244,246); }
div.DivClassName
{
background-color: #84F4F6;
}
.BgClassName
{
background-color: #84F4F6;
}
</style>
border-color css
<style>
span { border-color: #84F4F6; }
span { border-color: rgb(132,244,246); }
td.TdClassName
{
border-color: #84F4F6;
}
.TagClassName
{
border-color: #84F4F6;
}
</style>