Shades of Electric Blue #84F0FF
Tints of Electric Blue #84F0FF
RGB
CMYK
RGB Variations
Color information
#84F0FF (or 0x84F0FF) is known color: Electric Blue. HEX triplet: 84, F0 and FF. RGB value is (132,240,255). Sum of RGB (Red+Green+Blue) = 132+240+255=627 (83% of max value = 765). Red value is 132 (51.95% from 255 or 21.05% from 627); Green value is 240 (94.14% from 255 or 38.28% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #84F0FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84F0FF is #7B0F00. Grayscale: #D1D1D1. Windows color (decimal): -8064769 or 16773252. OLE color: 16773252.
HSL color Cylindrical-coordinate representation of color #84F0FF: hue angle of 187.32º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84F0FF is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 240 | 255 | - |
| CMYK | 0.48 | 0.06 | 0 | 0 |
| HSL | 187.32º | 1% | 0.76% | - |
| HSV(B) | 187.32º | 0.48% | 1% | - |
| XYZ | 58.73 | 74.45 | 105.88 | - |
| YUV | 209.42 | 153.72 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 240 | 255 | 0.48 | 0.06 | 0 | 0 | 187.32 | 1 | 0.76 |
| Hex | 84 | F0 | FF | 30 | 6 | 0 | 0 | BB | 64 | 4C |
| Octal | 204 | 360 | 377 | 60 | 6 | 0 | 0 | 273 | 144 | 114 |
| Binary | 10000100 | 11110000 | 11111111 | 110000 | 110 | 0 | 0 | 10111011 | 1100100 | 1001100 |
Color Harmonies of #84F0FF
Complementary color
Monochromatic Colors of #84F0FF
Black with #84F0FF
Text Example
Text Example
White with #84F0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F0FF; }
p { color: rgb(132,240,255); }
H1.HeaderClassName
{
color: #84F0FF;
}
.AnyTagClassName
{
color: #84F0FF;
}
</style>
background-color css
<style>
a { background-color: #84F0FF; }
a { background-color: rgb(132,240,255); }
div.DivClassName
{
background-color: #84F0FF;
}
.BgClassName
{
background-color: #84F0FF;
}
</style>
border-color css
<style>
span { border-color: #84F0FF; }
span { border-color: rgb(132,240,255); }
td.TdClassName
{
border-color: #84F0FF;
}
.TagClassName
{
border-color: #84F0FF;
}
</style>