Shades of Electric Blue #83F3F1
Tints of Electric Blue #83F3F1
RGB
CMYK
RGB Variations
Color information
#83F3F1 (or 0x83F3F1) is known color: Electric Blue. HEX triplet: 83, F3 and F1. RGB value is (131,243,241). Sum of RGB (Red+Green+Blue) = 131+243+241=615 (81% of max value = 765). Red value is 131 (51.56% from 255 or 21.30% from 615); Green value is 243 (95.31% from 255 or 39.51% from 615); Blue value is 241 (94.53% from 255 or 39.19% from 615); Max value from RGB is 243 - color contains mainly: green. Hex color #83F3F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83F3F1 is #7C0C0E. Grayscale: #D1D1D1. Windows color (decimal): -8129551 or 15856515. OLE color: 15856515.
HSL color Cylindrical-coordinate representation of color #83F3F1: hue angle of 178.93º degrees, saturation: 0.82, 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 #83F3F1 is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 243 | 241 | - |
| CMYK | 0.46 | 0 | 0.01 | 0.05 |
| HSL | 178.93º | 0.82% | 0.73% | - |
| HSV(B) | 178.93º | 0.46% | 0.95% | - |
| XYZ | 57.29 | 75.28 | 94.73 | - |
| YUV | 209.28 | 145.89 | 72.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 243 | 241 | 0.46 | 0 | 0.01 | 0.05 | 178.93 | 0.82 | 0.73 |
| Hex | 83 | F3 | F1 | 2E | 0 | 1 | 5 | B3 | 52 | 49 |
| Octal | 203 | 363 | 361 | 56 | 0 | 1 | 5 | 263 | 122 | 111 |
| Binary | 10000011 | 11110011 | 11110001 | 101110 | 0 | 1 | 101 | 10110011 | 1010010 | 1001001 |
Color Harmonies of #83F3F1
Complementary color
Monochromatic Colors of #83F3F1
Black with #83F3F1
Text Example
Text Example
White with #83F3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F3F1; }
p { color: rgb(131,243,241); }
H1.HeaderClassName
{
color: #83F3F1;
}
.AnyTagClassName
{
color: #83F3F1;
}
</style>
background-color css
<style>
a { background-color: #83F3F1; }
a { background-color: rgb(131,243,241); }
div.DivClassName
{
background-color: #83F3F1;
}
.BgClassName
{
background-color: #83F3F1;
}
</style>
border-color css
<style>
span { border-color: #83F3F1; }
span { border-color: rgb(131,243,241); }
td.TdClassName
{
border-color: #83F3F1;
}
.TagClassName
{
border-color: #83F3F1;
}
</style>