Shades of Electric Blue #84F1FD
Tints of Electric Blue #84F1FD
RGB
CMYK
RGB Variations
Color information
#84F1FD (or 0x84F1FD) is known color: Electric Blue. HEX triplet: 84, F1 and FD. RGB value is (132,241,253). Sum of RGB (Red+Green+Blue) = 132+241+253=626 (82% of max value = 765). Red value is 132 (51.95% from 255 or 21.09% from 626); Green value is 241 (94.53% from 255 or 38.50% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #84F1FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84F1FD is #7B0E02. Grayscale: #D1D1D1. Windows color (decimal): -8064515 or 16642436. OLE color: 16642436.
HSL color Cylindrical-coordinate representation of color #84F1FD: hue angle of 185.95º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84F1FD is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 241 | 253 | - |
| CMYK | 0.48 | 0.05 | 0 | 0.01 |
| HSL | 185.95º | 0.97% | 0.75% | - |
| HSV(B) | 185.95º | 0.48% | 0.99% | - |
| XYZ | 58.7 | 74.91 | 104.29 | - |
| YUV | 209.78 | 152.39 | 72.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 241 | 253 | 0.48 | 0.05 | 0 | 0.01 | 185.95 | 0.97 | 0.75 |
| Hex | 84 | F1 | FD | 30 | 5 | 0 | 1 | BA | 61 | 4B |
| Octal | 204 | 361 | 375 | 60 | 5 | 0 | 1 | 272 | 141 | 113 |
| Binary | 10000100 | 11110001 | 11111101 | 110000 | 101 | 0 | 1 | 10111010 | 1100001 | 1001011 |
Color Harmonies of #84F1FD
Complementary color
Monochromatic Colors of #84F1FD
Black with #84F1FD
Text Example
Text Example
White with #84F1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F1FD; }
p { color: rgb(132,241,253); }
H1.HeaderClassName
{
color: #84F1FD;
}
.AnyTagClassName
{
color: #84F1FD;
}
</style>
background-color css
<style>
a { background-color: #84F1FD; }
a { background-color: rgb(132,241,253); }
div.DivClassName
{
background-color: #84F1FD;
}
.BgClassName
{
background-color: #84F1FD;
}
</style>
border-color css
<style>
span { border-color: #84F1FD; }
span { border-color: rgb(132,241,253); }
td.TdClassName
{
border-color: #84F1FD;
}
.TagClassName
{
border-color: #84F1FD;
}
</style>