Shades of Electric Blue #84FAF6
Tints of Electric Blue #84FAF6
RGB
CMYK
RGB Variations
Color information
#84FAF6 (or 0x84FAF6) is known color: Electric Blue. HEX triplet: 84, FA and F6. RGB value is (132,250,246). Sum of RGB (Red+Green+Blue) = 132+250+246=628 (83% of max value = 765). Red value is 132 (51.95% from 255 or 21.02% from 628); Green value is 250 (98.05% from 255 or 39.81% from 628); Blue value is 246 (96.48% from 255 or 39.17% from 628); Max value from RGB is 250 - color contains mainly: green. Hex color #84FAF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84FAF6 is #7B0509. Grayscale: #D6D6D6. Windows color (decimal): -8062218 or 16185988. OLE color: 16185988.
HSL color Cylindrical-coordinate representation of color #84FAF6: hue angle of 177.97º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84FAF6 is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 250 | 246 | - |
| CMYK | 0.47 | 0 | 0.02 | 0.02 |
| HSL | 177.97º | 0.92% | 0.75% | - |
| HSV(B) | 177.97º | 0.47% | 0.98% | - |
| XYZ | 60.34 | 79.93 | 99.44 | - |
| YUV | 214.26 | 145.91 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 250 | 246 | 0.47 | 0 | 0.02 | 0.02 | 177.97 | 0.92 | 0.75 |
| Hex | 84 | FA | F6 | 2F | 0 | 2 | 2 | B2 | 5C | 4B |
| Octal | 204 | 372 | 366 | 57 | 0 | 2 | 2 | 262 | 134 | 113 |
| Binary | 10000100 | 11111010 | 11110110 | 101111 | 0 | 10 | 10 | 10110010 | 1011100 | 1001011 |
Color Harmonies of #84FAF6
Complementary color
Monochromatic Colors of #84FAF6
Black with #84FAF6
Text Example
Text Example
White with #84FAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FAF6; }
p { color: rgb(132,250,246); }
H1.HeaderClassName
{
color: #84FAF6;
}
.AnyTagClassName
{
color: #84FAF6;
}
</style>
background-color css
<style>
a { background-color: #84FAF6; }
a { background-color: rgb(132,250,246); }
div.DivClassName
{
background-color: #84FAF6;
}
.BgClassName
{
background-color: #84FAF6;
}
</style>
border-color css
<style>
span { border-color: #84FAF6; }
span { border-color: rgb(132,250,246); }
td.TdClassName
{
border-color: #84FAF6;
}
.TagClassName
{
border-color: #84FAF6;
}
</style>