Shades of Electric Blue #82ECFF
Tints of Electric Blue #82ECFF
RGB
CMYK
RGB Variations
Color information
#82ECFF (or 0x82ECFF) is known color: Electric Blue. HEX triplet: 82, EC and FF. RGB value is (130,236,255). Sum of RGB (Red+Green+Blue) = 130+236+255=621 (82% of max value = 765). Red value is 130 (51.17% from 255 or 20.93% from 621); Green value is 236 (92.58% from 255 or 38.00% 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 #82ECFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82ECFF is #7D1300. Grayscale: #CECECE. Windows color (decimal): -8196865 or 16772226. OLE color: 16772226.
HSL color Cylindrical-coordinate representation of color #82ECFF: hue angle of 189.12º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82ECFF is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 236 | 255 | - |
| CMYK | 0.49 | 0.07 | 0 | 0 |
| HSL | 189.12º | 1% | 0.75% | - |
| HSV(B) | 189.12º | 0.49% | 1% | - |
| XYZ | 57.25 | 71.96 | 105.48 | - |
| YUV | 206.47 | 155.38 | 73.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 236 | 255 | 0.49 | 0.07 | 0 | 0 | 189.12 | 1 | 0.75 |
| Hex | 82 | EC | FF | 31 | 7 | 0 | 0 | BD | 64 | 4B |
| Octal | 202 | 354 | 377 | 61 | 7 | 0 | 0 | 275 | 144 | 113 |
| Binary | 10000010 | 11101100 | 11111111 | 110001 | 111 | 0 | 0 | 10111101 | 1100100 | 1001011 |
Color Harmonies of #82ECFF
Complementary color
Monochromatic Colors of #82ECFF
Black with #82ECFF
Text Example
Text Example
White with #82ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82ECFF; }
p { color: rgb(130,236,255); }
H1.HeaderClassName
{
color: #82ECFF;
}
.AnyTagClassName
{
color: #82ECFF;
}
</style>
background-color css
<style>
a { background-color: #82ECFF; }
a { background-color: rgb(130,236,255); }
div.DivClassName
{
background-color: #82ECFF;
}
.BgClassName
{
background-color: #82ECFF;
}
</style>
border-color css
<style>
span { border-color: #82ECFF; }
span { border-color: rgb(130,236,255); }
td.TdClassName
{
border-color: #82ECFF;
}
.TagClassName
{
border-color: #82ECFF;
}
</style>