Shades of Electric Blue #84F2FF
Tints of Electric Blue #84F2FF
RGB
CMYK
RGB Variations
Color information
#84F2FF (or 0x84F2FF) is known color: Electric Blue. HEX triplet: 84, F2 and FF. RGB value is (132,242,255). Sum of RGB (Red+Green+Blue) = 132+242+255=629 (83% of max value = 765). Red value is 132 (51.95% from 255 or 20.99% from 629); Green value is 242 (94.92% from 255 or 38.47% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #84F2FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84F2FF is #7B0D00. Grayscale: #D2D2D2. Windows color (decimal): -8064257 or 16773764. OLE color: 16773764.
HSL color Cylindrical-coordinate representation of color #84F2FF: hue angle of 186.34º 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 #84F2FF is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 242 | 255 | - |
| CMYK | 0.48 | 0.05 | 0 | 0 |
| HSL | 186.34º | 1% | 0.76% | - |
| HSV(B) | 186.34º | 0.48% | 1% | - |
| XYZ | 59.32 | 75.63 | 106.08 | - |
| YUV | 210.59 | 153.06 | 71.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 242 | 255 | 0.48 | 0.05 | 0 | 0 | 186.34 | 1 | 0.76 |
| Hex | 84 | F2 | FF | 30 | 5 | 0 | 0 | BA | 64 | 4C |
| Octal | 204 | 362 | 377 | 60 | 5 | 0 | 0 | 272 | 144 | 114 |
| Binary | 10000100 | 11110010 | 11111111 | 110000 | 101 | 0 | 0 | 10111010 | 1100100 | 1001100 |
Color Harmonies of #84F2FF
Complementary color
Monochromatic Colors of #84F2FF
Black with #84F2FF
Text Example
Text Example
White with #84F2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F2FF; }
p { color: rgb(132,242,255); }
H1.HeaderClassName
{
color: #84F2FF;
}
.AnyTagClassName
{
color: #84F2FF;
}
</style>
background-color css
<style>
a { background-color: #84F2FF; }
a { background-color: rgb(132,242,255); }
div.DivClassName
{
background-color: #84F2FF;
}
.BgClassName
{
background-color: #84F2FF;
}
</style>
border-color css
<style>
span { border-color: #84F2FF; }
span { border-color: rgb(132,242,255); }
td.TdClassName
{
border-color: #84F2FF;
}
.TagClassName
{
border-color: #84F2FF;
}
</style>