Shades of Electric Blue #82F0FF
Tints of Electric Blue #82F0FF
RGB
CMYK
RGB Variations
Color information
#82F0FF (or 0x82F0FF) is known color: Electric Blue. HEX triplet: 82, F0 and FF. RGB value is (130,240,255). Sum of RGB (Red+Green+Blue) = 130+240+255=625 (82% of max value = 765). Red value is 130 (51.17% from 255 or 20.8% from 625); Green value is 240 (94.14% from 255 or 38.4% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #82F0FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82F0FF is #7D0F00. Grayscale: #D0D0D0. Windows color (decimal): -8195841 or 16773250. OLE color: 16773250.
HSL color Cylindrical-coordinate representation of color #82F0FF: hue angle of 187.2º 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 #82F0FF is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 240 | 255 | - |
| CMYK | 0.49 | 0.06 | 0 | 0 |
| HSL | 187.2º | 1% | 0.75% | - |
| HSV(B) | 187.2º | 0.49% | 1% | - |
| XYZ | 58.42 | 74.29 | 105.87 | - |
| YUV | 208.82 | 154.06 | 71.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 240 | 255 | 0.49 | 0.06 | 0 | 0 | 187.2 | 1 | 0.75 |
| Hex | 82 | F0 | FF | 31 | 6 | 0 | 0 | BB | 64 | 4B |
| Octal | 202 | 360 | 377 | 61 | 6 | 0 | 0 | 273 | 144 | 113 |
| Binary | 10000010 | 11110000 | 11111111 | 110001 | 110 | 0 | 0 | 10111011 | 1100100 | 1001011 |
Color Harmonies of #82F0FF
Complementary color
Monochromatic Colors of #82F0FF
Black with #82F0FF
Text Example
Text Example
White with #82F0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F0FF; }
p { color: rgb(130,240,255); }
H1.HeaderClassName
{
color: #82F0FF;
}
.AnyTagClassName
{
color: #82F0FF;
}
</style>
background-color css
<style>
a { background-color: #82F0FF; }
a { background-color: rgb(130,240,255); }
div.DivClassName
{
background-color: #82F0FF;
}
.BgClassName
{
background-color: #82F0FF;
}
</style>
border-color css
<style>
span { border-color: #82F0FF; }
span { border-color: rgb(130,240,255); }
td.TdClassName
{
border-color: #82F0FF;
}
.TagClassName
{
border-color: #82F0FF;
}
</style>