Shades of Electric Blue #84F9FF
Tints of Electric Blue #84F9FF
RGB
CMYK
RGB Variations
Color information
#84F9FF (or 0x84F9FF) is known color: Electric Blue. HEX triplet: 84, F9 and FF. RGB value is (132,249,255). Sum of RGB (Red+Green+Blue) = 132+249+255=636 (84% of max value = 765). Red value is 132 (51.95% from 255 or 20.75% from 636); Green value is 249 (97.66% from 255 or 39.15% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #84F9FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84F9FF is #7B0600. Grayscale: #D6D6D6. Windows color (decimal): -8062465 or 16775556. OLE color: 16775556.
HSL color Cylindrical-coordinate representation of color #84F9FF: hue angle of 182.93º 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 #84F9FF is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 249 | 255 | - |
| CMYK | 0.48 | 0.02 | 0 | 0 |
| HSL | 182.93º | 1% | 0.76% | - |
| HSV(B) | 182.93º | 0.48% | 1% | - |
| XYZ | 61.44 | 79.88 | 106.79 | - |
| YUV | 214.7 | 150.74 | 69.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 249 | 255 | 0.48 | 0.02 | 0 | 0 | 182.93 | 1 | 0.76 |
| Hex | 84 | F9 | FF | 30 | 2 | 0 | 0 | B7 | 64 | 4C |
| Octal | 204 | 371 | 377 | 60 | 2 | 0 | 0 | 267 | 144 | 114 |
| Binary | 10000100 | 11111001 | 11111111 | 110000 | 10 | 0 | 0 | 10110111 | 1100100 | 1001100 |
Color Harmonies of #84F9FF
Complementary color
Monochromatic Colors of #84F9FF
Black with #84F9FF
Text Example
Text Example
White with #84F9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F9FF; }
p { color: rgb(132,249,255); }
H1.HeaderClassName
{
color: #84F9FF;
}
.AnyTagClassName
{
color: #84F9FF;
}
</style>
background-color css
<style>
a { background-color: #84F9FF; }
a { background-color: rgb(132,249,255); }
div.DivClassName
{
background-color: #84F9FF;
}
.BgClassName
{
background-color: #84F9FF;
}
</style>
border-color css
<style>
span { border-color: #84F9FF; }
span { border-color: rgb(132,249,255); }
td.TdClassName
{
border-color: #84F9FF;
}
.TagClassName
{
border-color: #84F9FF;
}
</style>