Shades of Electric Blue #84E5F7
Tints of Electric Blue #84E5F7
RGB
CMYK
RGB Variations
Color information
#84E5F7 (or 0x84E5F7) is known color: Electric Blue. HEX triplet: 84, E5 and F7. RGB value is (132,229,247). Sum of RGB (Red+Green+Blue) = 132+229+247=608 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.71% from 608); Green value is 229 (89.84% from 255 or 37.66% from 608); Blue value is 247 (96.88% from 255 or 40.62% from 608); Max value from RGB is 247 - color contains mainly: blue. Hex color #84E5F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84E5F7 is #7B1A08. Grayscale: #C9C9C9. Windows color (decimal): -8067593 or 16246148. OLE color: 16246148.
HSL color Cylindrical-coordinate representation of color #84E5F7: hue angle of 189.39º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84E5F7 is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 132 | 229 | 247 | - |
| CMYK | 0.47 | 0.07 | 0 | 0.03 |
| HSL | 189.39º | 0.88% | 0.74% | - |
| HSV(B) | 189.39º | 0.47% | 0.97% | - |
| XYZ | 54.32 | 67.66 | 98.19 | - |
| YUV | 202.05 | 153.36 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 229 | 247 | 0.47 | 0.07 | 0 | 0.03 | 189.39 | 0.88 | 0.74 |
| Hex | 84 | E5 | F7 | 2F | 7 | 0 | 3 | BD | 58 | 4A |
| Octal | 204 | 345 | 367 | 57 | 7 | 0 | 3 | 275 | 130 | 112 |
| Binary | 10000100 | 11100101 | 11110111 | 101111 | 111 | 0 | 11 | 10111101 | 1011000 | 1001010 |
Color Harmonies of #84E5F7
Complementary color
Monochromatic Colors of #84E5F7
Black with #84E5F7
Text Example
Text Example
White with #84E5F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E5F7; }
p { color: rgb(132,229,247); }
H1.HeaderClassName
{
color: #84E5F7;
}
.AnyTagClassName
{
color: #84E5F7;
}
</style>
background-color css
<style>
a { background-color: #84E5F7; }
a { background-color: rgb(132,229,247); }
div.DivClassName
{
background-color: #84E5F7;
}
.BgClassName
{
background-color: #84E5F7;
}
</style>
border-color css
<style>
span { border-color: #84E5F7; }
span { border-color: rgb(132,229,247); }
td.TdClassName
{
border-color: #84E5F7;
}
.TagClassName
{
border-color: #84E5F7;
}
</style>