Shades of Electric Blue #84E9FE
Tints of Electric Blue #84E9FE
RGB
CMYK
RGB Variations
Color information
#84E9FE (or 0x84E9FE) is known color: Electric Blue. HEX triplet: 84, E9 and FE. RGB value is (132,233,254). Sum of RGB (Red+Green+Blue) = 132+233+254=619 (81% of max value = 765). Red value is 132 (51.95% from 255 or 21.32% from 619); Green value is 233 (91.41% from 255 or 37.64% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #84E9FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84E9FE is #7B1601. Grayscale: #CDCDCD. Windows color (decimal): -8066562 or 16705924. OLE color: 16705924.
HSL color Cylindrical-coordinate representation of color #84E9FE: hue angle of 190.33º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84E9FE is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 233 | 254 | - |
| CMYK | 0.48 | 0.08 | 0 | 0.00 |
| HSL | 190.33º | 0.98% | 0.76% | - |
| HSV(B) | 190.33º | 0.48% | 1% | - |
| XYZ | 56.54 | 70.34 | 104.36 | - |
| YUV | 205.2 | 155.54 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 233 | 254 | 0.48 | 0.08 | 0 | 0.00 | 190.33 | 0.98 | 0.76 |
| Hex | 84 | E9 | FE | 30 | 8 | 0 | 0 | BE | 62 | 4C |
| Octal | 204 | 351 | 376 | 60 | 10 | 0 | 0 | 276 | 142 | 114 |
| Binary | 10000100 | 11101001 | 11111110 | 110000 | 1000 | 0 | 0 | 10111110 | 1100010 | 1001100 |
Color Harmonies of #84E9FE
Complementary color
Monochromatic Colors of #84E9FE
Black with #84E9FE
Text Example
Text Example
White with #84E9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E9FE; }
p { color: rgb(132,233,254); }
H1.HeaderClassName
{
color: #84E9FE;
}
.AnyTagClassName
{
color: #84E9FE;
}
</style>
background-color css
<style>
a { background-color: #84E9FE; }
a { background-color: rgb(132,233,254); }
div.DivClassName
{
background-color: #84E9FE;
}
.BgClassName
{
background-color: #84E9FE;
}
</style>
border-color css
<style>
span { border-color: #84E9FE; }
span { border-color: rgb(132,233,254); }
td.TdClassName
{
border-color: #84E9FE;
}
.TagClassName
{
border-color: #84E9FE;
}
</style>