Shades of Electric Blue #82FCEA
Tints of Electric Blue #82FCEA
RGB
CMYK
RGB Variations
Color information
#82FCEA (or 0x82FCEA) is known color: Electric Blue. HEX triplet: 82, FC and EA. RGB value is (130,252,234). Sum of RGB (Red+Green+Blue) = 130+252+234=616 (81% of max value = 765). Red value is 130 (51.17% from 255 or 21.10% from 616); Green value is 252 (98.83% from 255 or 40.91% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 252 - color contains mainly: green. Hex color #82FCEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82FCEA is #7D0315. Grayscale: #D5D5D5. Windows color (decimal): -8192790 or 15400066. OLE color: 15400066.
HSL color Cylindrical-coordinate representation of color #82FCEA: hue angle of 171.15º degrees, saturation: 0.95, 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 #82FCEA is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 130 | 252 | 234 | - |
| CMYK | 0.48 | 0 | 0.07 | 0.01 |
| HSL | 171.15º | 0.95% | 0.75% | - |
| HSV(B) | 171.15º | 0.48% | 0.99% | - |
| XYZ | 58.87 | 80.31 | 90.24 | - |
| YUV | 213.47 | 139.58 | 68.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 252 | 234 | 0.48 | 0 | 0.07 | 0.01 | 171.15 | 0.95 | 0.75 |
| Hex | 82 | FC | EA | 30 | 0 | 7 | 1 | AB | 5F | 4B |
| Octal | 202 | 374 | 352 | 60 | 0 | 7 | 1 | 253 | 137 | 113 |
| Binary | 10000010 | 11111100 | 11101010 | 110000 | 0 | 111 | 1 | 10101011 | 1011111 | 1001011 |
Color Harmonies of #82FCEA
Complementary color
Monochromatic Colors of #82FCEA
Black with #82FCEA
Text Example
Text Example
White with #82FCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FCEA; }
p { color: rgb(130,252,234); }
H1.HeaderClassName
{
color: #82FCEA;
}
.AnyTagClassName
{
color: #82FCEA;
}
</style>
background-color css
<style>
a { background-color: #82FCEA; }
a { background-color: rgb(130,252,234); }
div.DivClassName
{
background-color: #82FCEA;
}
.BgClassName
{
background-color: #82FCEA;
}
</style>
border-color css
<style>
span { border-color: #82FCEA; }
span { border-color: rgb(130,252,234); }
td.TdClassName
{
border-color: #82FCEA;
}
.TagClassName
{
border-color: #82FCEA;
}
</style>