Shades of Electric Blue #82F3E9
Tints of Electric Blue #82F3E9
RGB
CMYK
RGB Variations
Color information
#82F3E9 (or 0x82F3E9) is known color: Electric Blue. HEX triplet: 82, F3 and E9. RGB value is (130,243,233). Sum of RGB (Red+Green+Blue) = 130+243+233=606 (80% of max value = 765). Red value is 130 (51.17% from 255 or 21.45% from 606); Green value is 243 (95.31% from 255 or 40.10% from 606); Blue value is 233 (91.41% from 255 or 38.45% from 606); Max value from RGB is 243 - color contains mainly: green. Hex color #82F3E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82F3E9 is #7D0C16. Grayscale: #D0D0D0. Windows color (decimal): -8195095 or 15332226. OLE color: 15332226.
HSL color Cylindrical-coordinate representation of color #82F3E9: hue angle of 174.69º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82F3E9 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 243 | 233 | - |
| CMYK | 0.47 | 0 | 0.04 | 0.05 |
| HSL | 174.69º | 0.82% | 0.73% | - |
| HSV(B) | 174.69º | 0.47% | 0.95% | - |
| XYZ | 55.96 | 74.73 | 88.57 | - |
| YUV | 208.07 | 142.06 | 72.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 243 | 233 | 0.47 | 0 | 0.04 | 0.05 | 174.69 | 0.82 | 0.73 |
| Hex | 82 | F3 | E9 | 2F | 0 | 4 | 5 | AF | 52 | 49 |
| Octal | 202 | 363 | 351 | 57 | 0 | 4 | 5 | 257 | 122 | 111 |
| Binary | 10000010 | 11110011 | 11101001 | 101111 | 0 | 100 | 101 | 10101111 | 1010010 | 1001001 |
Color Harmonies of #82F3E9
Complementary color
Monochromatic Colors of #82F3E9
Black with #82F3E9
Text Example
Text Example
White with #82F3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F3E9; }
p { color: rgb(130,243,233); }
H1.HeaderClassName
{
color: #82F3E9;
}
.AnyTagClassName
{
color: #82F3E9;
}
</style>
background-color css
<style>
a { background-color: #82F3E9; }
a { background-color: rgb(130,243,233); }
div.DivClassName
{
background-color: #82F3E9;
}
.BgClassName
{
background-color: #82F3E9;
}
</style>
border-color css
<style>
span { border-color: #82F3E9; }
span { border-color: rgb(130,243,233); }
td.TdClassName
{
border-color: #82F3E9;
}
.TagClassName
{
border-color: #82F3E9;
}
</style>