Shades of Electric Blue #84EFF8
Tints of Electric Blue #84EFF8
RGB
CMYK
RGB Variations
Color information
#84EFF8 (or 0x84EFF8) is known color: Electric Blue. HEX triplet: 84, EF and F8. RGB value is (132,239,248). Sum of RGB (Red+Green+Blue) = 132+239+248=619 (81% of max value = 765). Red value is 132 (51.95% from 255 or 21.32% from 619); Green value is 239 (93.75% from 255 or 38.61% from 619); Blue value is 248 (97.27% from 255 or 40.06% from 619); Max value from RGB is 248 - color contains mainly: blue. Hex color #84EFF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84EFF8 is #7B1007. Grayscale: #CFCFCF. Windows color (decimal): -8065032 or 16314244. OLE color: 16314244.
HSL color Cylindrical-coordinate representation of color #84EFF8: hue angle of 184.66º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84EFF8 is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 132 | 239 | 248 | - |
| CMYK | 0.47 | 0.04 | 0 | 0.03 |
| HSL | 184.66º | 0.89% | 0.75% | - |
| HSV(B) | 184.66º | 0.47% | 0.97% | - |
| XYZ | 57.33 | 73.42 | 99.96 | - |
| YUV | 208.03 | 150.55 | 73.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 239 | 248 | 0.47 | 0.04 | 0 | 0.03 | 184.66 | 0.89 | 0.75 |
| Hex | 84 | EF | F8 | 2F | 4 | 0 | 3 | B9 | 59 | 4B |
| Octal | 204 | 357 | 370 | 57 | 4 | 0 | 3 | 271 | 131 | 113 |
| Binary | 10000100 | 11101111 | 11111000 | 101111 | 100 | 0 | 11 | 10111001 | 1011001 | 1001011 |
Color Harmonies of #84EFF8
Complementary color
Monochromatic Colors of #84EFF8
Black with #84EFF8
Text Example
Text Example
White with #84EFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EFF8; }
p { color: rgb(132,239,248); }
H1.HeaderClassName
{
color: #84EFF8;
}
.AnyTagClassName
{
color: #84EFF8;
}
</style>
background-color css
<style>
a { background-color: #84EFF8; }
a { background-color: rgb(132,239,248); }
div.DivClassName
{
background-color: #84EFF8;
}
.BgClassName
{
background-color: #84EFF8;
}
</style>
border-color css
<style>
span { border-color: #84EFF8; }
span { border-color: rgb(132,239,248); }
td.TdClassName
{
border-color: #84EFF8;
}
.TagClassName
{
border-color: #84EFF8;
}
</style>