Shades of Electric Blue #84EAFF
Tints of Electric Blue #84EAFF
RGB
CMYK
RGB Variations
Color information
#84EAFF (or 0x84EAFF) is known color: Electric Blue. HEX triplet: 84, EA and FF. RGB value is (132,234,255). Sum of RGB (Red+Green+Blue) = 132+234+255=621 (82% of max value = 765). Red value is 132 (51.95% from 255 or 21.26% from 621); Green value is 234 (91.80% from 255 or 37.68% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #84EAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84EAFF is #7B1500. Grayscale: #CDCDCD. Windows color (decimal): -8066305 or 16771716. OLE color: 16771716.
HSL color Cylindrical-coordinate representation of color #84EAFF: hue angle of 190.24º 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 #84EAFF is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 234 | 255 | - |
| CMYK | 0.48 | 0.08 | 0 | 0 |
| HSL | 190.24º | 1% | 0.76% | - |
| HSV(B) | 190.24º | 0.48% | 1% | - |
| XYZ | 56.99 | 70.97 | 105.3 | - |
| YUV | 205.9 | 155.71 | 75.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 234 | 255 | 0.48 | 0.08 | 0 | 0 | 190.24 | 1 | 0.76 |
| Hex | 84 | EA | FF | 30 | 8 | 0 | 0 | BE | 64 | 4C |
| Octal | 204 | 352 | 377 | 60 | 10 | 0 | 0 | 276 | 144 | 114 |
| Binary | 10000100 | 11101010 | 11111111 | 110000 | 1000 | 0 | 0 | 10111110 | 1100100 | 1001100 |
Color Harmonies of #84EAFF
Complementary color
Monochromatic Colors of #84EAFF
Black with #84EAFF
Text Example
Text Example
White with #84EAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EAFF; }
p { color: rgb(132,234,255); }
H1.HeaderClassName
{
color: #84EAFF;
}
.AnyTagClassName
{
color: #84EAFF;
}
</style>
background-color css
<style>
a { background-color: #84EAFF; }
a { background-color: rgb(132,234,255); }
div.DivClassName
{
background-color: #84EAFF;
}
.BgClassName
{
background-color: #84EAFF;
}
</style>
border-color css
<style>
span { border-color: #84EAFF; }
span { border-color: rgb(132,234,255); }
td.TdClassName
{
border-color: #84EAFF;
}
.TagClassName
{
border-color: #84EAFF;
}
</style>