Shades of Electric Blue #82EEFF
Tints of Electric Blue #82EEFF
RGB
CMYK
RGB Variations
Color information
#82EEFF (or 0x82EEFF) is known color: Electric Blue. HEX triplet: 82, EE and FF. RGB value is (130,238,255). Sum of RGB (Red+Green+Blue) = 130+238+255=623 (82% of max value = 765). Red value is 130 (51.17% from 255 or 20.87% from 623); Green value is 238 (93.36% from 255 or 38.20% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #82EEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82EEFF is #7D1100. Grayscale: #CFCFCF. Windows color (decimal): -8196353 or 16772738. OLE color: 16772738.
HSL color Cylindrical-coordinate representation of color #82EEFF: hue angle of 188.16º 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 #82EEFF is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 238 | 255 | - |
| CMYK | 0.49 | 0.07 | 0 | 0 |
| HSL | 188.16º | 1% | 0.75% | - |
| HSV(B) | 188.16º | 0.49% | 1% | - |
| XYZ | 57.83 | 73.11 | 105.67 | - |
| YUV | 207.65 | 154.72 | 72.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 238 | 255 | 0.49 | 0.07 | 0 | 0 | 188.16 | 1 | 0.75 |
| Hex | 82 | EE | FF | 31 | 7 | 0 | 0 | BC | 64 | 4B |
| Octal | 202 | 356 | 377 | 61 | 7 | 0 | 0 | 274 | 144 | 113 |
| Binary | 10000010 | 11101110 | 11111111 | 110001 | 111 | 0 | 0 | 10111100 | 1100100 | 1001011 |
Color Harmonies of #82EEFF
Complementary color
Monochromatic Colors of #82EEFF
Black with #82EEFF
Text Example
Text Example
White with #82EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82EEFF; }
p { color: rgb(130,238,255); }
H1.HeaderClassName
{
color: #82EEFF;
}
.AnyTagClassName
{
color: #82EEFF;
}
</style>
background-color css
<style>
a { background-color: #82EEFF; }
a { background-color: rgb(130,238,255); }
div.DivClassName
{
background-color: #82EEFF;
}
.BgClassName
{
background-color: #82EEFF;
}
</style>
border-color css
<style>
span { border-color: #82EEFF; }
span { border-color: rgb(130,238,255); }
td.TdClassName
{
border-color: #82EEFF;
}
.TagClassName
{
border-color: #82EEFF;
}
</style>