Shades of Electric Blue #84EEF6
Tints of Electric Blue #84EEF6
RGB
CMYK
RGB Variations
Color information
#84EEF6 (or 0x84EEF6) is known color: Electric Blue. HEX triplet: 84, EE and F6. RGB value is (132,238,246). Sum of RGB (Red+Green+Blue) = 132+238+246=616 (81% of max value = 765). Red value is 132 (51.95% from 255 or 21.43% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 246 (96.48% from 255 or 39.94% from 616); Max value from RGB is 246 - color contains mainly: blue. Hex color #84EEF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84EEF6 is #7B1109. Grayscale: #CFCFCF. Windows color (decimal): -8065290 or 16182916. OLE color: 16182916.
HSL color Cylindrical-coordinate representation of color #84EEF6: hue angle of 184.21º 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 #84EEF6 is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 132 | 238 | 246 | - |
| CMYK | 0.46 | 0.03 | 0 | 0.04 |
| HSL | 184.21º | 0.86% | 0.74% | - |
| HSV(B) | 184.21º | 0.46% | 0.96% | - |
| XYZ | 56.72 | 72.71 | 98.23 | - |
| YUV | 207.22 | 149.88 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 238 | 246 | 0.46 | 0.03 | 0 | 0.04 | 184.21 | 0.86 | 0.74 |
| Hex | 84 | EE | F6 | 2E | 3 | 0 | 4 | B8 | 56 | 4A |
| Octal | 204 | 356 | 366 | 56 | 3 | 0 | 4 | 270 | 126 | 112 |
| Binary | 10000100 | 11101110 | 11110110 | 101110 | 11 | 0 | 100 | 10111000 | 1010110 | 1001010 |
Color Harmonies of #84EEF6
Complementary color
Monochromatic Colors of #84EEF6
Black with #84EEF6
Text Example
Text Example
White with #84EEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EEF6; }
p { color: rgb(132,238,246); }
H1.HeaderClassName
{
color: #84EEF6;
}
.AnyTagClassName
{
color: #84EEF6;
}
</style>
background-color css
<style>
a { background-color: #84EEF6; }
a { background-color: rgb(132,238,246); }
div.DivClassName
{
background-color: #84EEF6;
}
.BgClassName
{
background-color: #84EEF6;
}
</style>
border-color css
<style>
span { border-color: #84EEF6; }
span { border-color: rgb(132,238,246); }
td.TdClassName
{
border-color: #84EEF6;
}
.TagClassName
{
border-color: #84EEF6;
}
</style>