Shades of Electric Blue #83F1ED
Tints of Electric Blue #83F1ED
RGB
CMYK
RGB Variations
Color information
#83F1ED (or 0x83F1ED) is known color: Electric Blue. HEX triplet: 83, F1 and ED. RGB value is (131,241,237). Sum of RGB (Red+Green+Blue) = 131+241+237=609 (80% of max value = 765). Red value is 131 (51.56% from 255 or 21.51% from 609); Green value is 241 (94.53% from 255 or 39.57% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 241 - color contains mainly: green. Hex color #83F1ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83F1ED is #7C0E12. Grayscale: #CFCFCF. Windows color (decimal): -8130067 or 15593859. OLE color: 15593859.
HSL color Cylindrical-coordinate representation of color #83F1ED: hue angle of 177.82º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83F1ED is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 241 | 237 | - |
| CMYK | 0.46 | 0 | 0.02 | 0.05 |
| HSL | 177.82º | 0.8% | 0.73% | - |
| HSV(B) | 177.82º | 0.46% | 0.95% | - |
| XYZ | 56.1 | 73.85 | 91.42 | - |
| YUV | 207.65 | 144.56 | 73.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 241 | 237 | 0.46 | 0 | 0.02 | 0.05 | 177.82 | 0.8 | 0.73 |
| Hex | 83 | F1 | ED | 2E | 0 | 2 | 5 | B2 | 50 | 49 |
| Octal | 203 | 361 | 355 | 56 | 0 | 2 | 5 | 262 | 120 | 111 |
| Binary | 10000011 | 11110001 | 11101101 | 101110 | 0 | 10 | 101 | 10110010 | 1010000 | 1001001 |
Color Harmonies of #83F1ED
Complementary color
Monochromatic Colors of #83F1ED
Black with #83F1ED
Text Example
Text Example
White with #83F1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F1ED; }
p { color: rgb(131,241,237); }
H1.HeaderClassName
{
color: #83F1ED;
}
.AnyTagClassName
{
color: #83F1ED;
}
</style>
background-color css
<style>
a { background-color: #83F1ED; }
a { background-color: rgb(131,241,237); }
div.DivClassName
{
background-color: #83F1ED;
}
.BgClassName
{
background-color: #83F1ED;
}
</style>
border-color css
<style>
span { border-color: #83F1ED; }
span { border-color: rgb(131,241,237); }
td.TdClassName
{
border-color: #83F1ED;
}
.TagClassName
{
border-color: #83F1ED;
}
</style>