Shades of Electric Blue #83EFF3
Tints of Electric Blue #83EFF3
RGB
CMYK
RGB Variations
Color information
#83EFF3 (or 0x83EFF3) is known color: Electric Blue. HEX triplet: 83, EF and F3. RGB value is (131,239,243). Sum of RGB (Red+Green+Blue) = 131+239+243=613 (81% of max value = 765). Red value is 131 (51.56% from 255 or 21.37% from 613); Green value is 239 (93.75% from 255 or 38.99% from 613); Blue value is 243 (95.31% from 255 or 39.64% from 613); Max value from RGB is 243 - color contains mainly: blue. Hex color #83EFF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83EFF3 is #7C100C. Grayscale: #CFCFCF. Windows color (decimal): -8130573 or 15986563. OLE color: 15986563.
HSL color Cylindrical-coordinate representation of color #83EFF3: hue angle of 182.14º 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 #83EFF3 is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 239 | 243 | - |
| CMYK | 0.46 | 0.02 | 0 | 0.05 |
| HSL | 182.14º | 0.82% | 0.73% | - |
| HSV(B) | 182.14º | 0.46% | 0.95% | - |
| XYZ | 56.4 | 73.03 | 95.92 | - |
| YUV | 207.16 | 148.22 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 239 | 243 | 0.46 | 0.02 | 0 | 0.05 | 182.14 | 0.82 | 0.73 |
| Hex | 83 | EF | F3 | 2E | 2 | 0 | 5 | B6 | 52 | 49 |
| Octal | 203 | 357 | 363 | 56 | 2 | 0 | 5 | 266 | 122 | 111 |
| Binary | 10000011 | 11101111 | 11110011 | 101110 | 10 | 0 | 101 | 10110110 | 1010010 | 1001001 |
Color Harmonies of #83EFF3
Complementary color
Monochromatic Colors of #83EFF3
Black with #83EFF3
Text Example
Text Example
White with #83EFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83EFF3; }
p { color: rgb(131,239,243); }
H1.HeaderClassName
{
color: #83EFF3;
}
.AnyTagClassName
{
color: #83EFF3;
}
</style>
background-color css
<style>
a { background-color: #83EFF3; }
a { background-color: rgb(131,239,243); }
div.DivClassName
{
background-color: #83EFF3;
}
.BgClassName
{
background-color: #83EFF3;
}
</style>
border-color css
<style>
span { border-color: #83EFF3; }
span { border-color: rgb(131,239,243); }
td.TdClassName
{
border-color: #83EFF3;
}
.TagClassName
{
border-color: #83EFF3;
}
</style>