Shades of Electric Blue #82FFFD
Tints of Electric Blue #82FFFD
RGB
CMYK
RGB Variations
Color information
#82FFFD (or 0x82FFFD) is known color: Electric Blue. HEX triplet: 82, FF and FD. RGB value is (130,255,253). Sum of RGB (Red+Green+Blue) = 130+255+253=638 (84% of max value = 765). Red value is 130 (51.17% from 255 or 20.38% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 253 (99.22% from 255 or 39.66% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #82FFFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82FFFD is #7D0002. Grayscale: #D9D9D9. Windows color (decimal): -8192003 or 16646018. OLE color: 16646018.
HSL color Cylindrical-coordinate representation of color #82FFFD: hue angle of 179.04º 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 #82FFFD is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 255 | 253 | - |
| CMYK | 0.49 | 0 | 0.01 | 0 |
| HSL | 179.04º | 1% | 0.75% | - |
| HSV(B) | 179.04º | 0.49% | 1% | - |
| XYZ | 62.7 | 83.36 | 105.71 | - |
| YUV | 217.4 | 148.09 | 65.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 255 | 253 | 0.49 | 0 | 0.01 | 0 | 179.04 | 1 | 0.75 |
| Hex | 82 | FF | FD | 31 | 0 | 1 | 0 | B3 | 64 | 4B |
| Octal | 202 | 377 | 375 | 61 | 0 | 1 | 0 | 263 | 144 | 113 |
| Binary | 10000010 | 11111111 | 11111101 | 110001 | 0 | 1 | 0 | 10110011 | 1100100 | 1001011 |
Color Harmonies of #82FFFD
Complementary color
Monochromatic Colors of #82FFFD
Black with #82FFFD
Text Example
Text Example
White with #82FFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FFFD; }
p { color: rgb(130,255,253); }
H1.HeaderClassName
{
color: #82FFFD;
}
.AnyTagClassName
{
color: #82FFFD;
}
</style>
background-color css
<style>
a { background-color: #82FFFD; }
a { background-color: rgb(130,255,253); }
div.DivClassName
{
background-color: #82FFFD;
}
.BgClassName
{
background-color: #82FFFD;
}
</style>
border-color css
<style>
span { border-color: #82FFFD; }
span { border-color: rgb(130,255,253); }
td.TdClassName
{
border-color: #82FFFD;
}
.TagClassName
{
border-color: #82FFFD;
}
</style>