Shades of Electric Blue #83F4F2
Tints of Electric Blue #83F4F2
RGB
CMYK
RGB Variations
Color information
#83F4F2 (or 0x83F4F2) is known color: Electric Blue. HEX triplet: 83, F4 and F2. RGB value is (131,244,242). Sum of RGB (Red+Green+Blue) = 131+244+242=617 (81% of max value = 765). Red value is 131 (51.56% from 255 or 21.23% from 617); Green value is 244 (95.70% from 255 or 39.55% from 617); Blue value is 242 (94.92% from 255 or 39.22% from 617); Max value from RGB is 244 - color contains mainly: green. Hex color #83F4F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83F4F2 is #7C0B0D. Grayscale: #D1D1D1. Windows color (decimal): -8129294 or 15922307. OLE color: 15922307.
HSL color Cylindrical-coordinate representation of color #83F4F2: hue angle of 178.94º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83F4F2 is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 131 | 244 | 242 | - |
| CMYK | 0.46 | 0 | 0.01 | 0.04 |
| HSL | 178.94º | 0.84% | 0.74% | - |
| HSV(B) | 178.94º | 0.46% | 0.96% | - |
| XYZ | 57.74 | 75.94 | 95.62 | - |
| YUV | 209.99 | 146.06 | 71.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 244 | 242 | 0.46 | 0 | 0.01 | 0.04 | 178.94 | 0.84 | 0.74 |
| Hex | 83 | F4 | F2 | 2E | 0 | 1 | 4 | B3 | 54 | 4A |
| Octal | 203 | 364 | 362 | 56 | 0 | 1 | 4 | 263 | 124 | 112 |
| Binary | 10000011 | 11110100 | 11110010 | 101110 | 0 | 1 | 100 | 10110011 | 1010100 | 1001010 |
Color Harmonies of #83F4F2
Complementary color
Monochromatic Colors of #83F4F2
Black with #83F4F2
Text Example
Text Example
White with #83F4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F4F2; }
p { color: rgb(131,244,242); }
H1.HeaderClassName
{
color: #83F4F2;
}
.AnyTagClassName
{
color: #83F4F2;
}
</style>
background-color css
<style>
a { background-color: #83F4F2; }
a { background-color: rgb(131,244,242); }
div.DivClassName
{
background-color: #83F4F2;
}
.BgClassName
{
background-color: #83F4F2;
}
</style>
border-color css
<style>
span { border-color: #83F4F2; }
span { border-color: rgb(131,244,242); }
td.TdClassName
{
border-color: #83F4F2;
}
.TagClassName
{
border-color: #83F4F2;
}
</style>