Shades of Electric Blue #84F9F1
Tints of Electric Blue #84F9F1
RGB
CMYK
RGB Variations
Color information
#84F9F1 (or 0x84F9F1) is known color: Electric Blue. HEX triplet: 84, F9 and F1. RGB value is (132,249,241). Sum of RGB (Red+Green+Blue) = 132+249+241=622 (82% of max value = 765). Red value is 132 (51.95% from 255 or 21.22% from 622); Green value is 249 (97.66% from 255 or 40.03% from 622); Blue value is 241 (94.53% from 255 or 38.75% from 622); Max value from RGB is 249 - color contains mainly: green. Hex color #84F9F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84F9F1 is #7B060E. Grayscale: #D5D5D5. Windows color (decimal): -8062479 or 15858052. OLE color: 15858052.
HSL color Cylindrical-coordinate representation of color #84F9F1: hue angle of 175.9º degrees, saturation: 0.91, 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 #84F9F1 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 249 | 241 | - |
| CMYK | 0.47 | 0 | 0.03 | 0.02 |
| HSL | 175.9º | 0.91% | 0.75% | - |
| HSV(B) | 175.9º | 0.47% | 0.98% | - |
| XYZ | 59.27 | 79.01 | 95.35 | - |
| YUV | 213.11 | 143.74 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 249 | 241 | 0.47 | 0 | 0.03 | 0.02 | 175.9 | 0.91 | 0.75 |
| Hex | 84 | F9 | F1 | 2F | 0 | 3 | 2 | B0 | 5B | 4B |
| Octal | 204 | 371 | 361 | 57 | 0 | 3 | 2 | 260 | 133 | 113 |
| Binary | 10000100 | 11111001 | 11110001 | 101111 | 0 | 11 | 10 | 10110000 | 1011011 | 1001011 |
Color Harmonies of #84F9F1
Complementary color
Monochromatic Colors of #84F9F1
Black with #84F9F1
Text Example
Text Example
White with #84F9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F9F1; }
p { color: rgb(132,249,241); }
H1.HeaderClassName
{
color: #84F9F1;
}
.AnyTagClassName
{
color: #84F9F1;
}
</style>
background-color css
<style>
a { background-color: #84F9F1; }
a { background-color: rgb(132,249,241); }
div.DivClassName
{
background-color: #84F9F1;
}
.BgClassName
{
background-color: #84F9F1;
}
</style>
border-color css
<style>
span { border-color: #84F9F1; }
span { border-color: rgb(132,249,241); }
td.TdClassName
{
border-color: #84F9F1;
}
.TagClassName
{
border-color: #84F9F1;
}
</style>