Shades of Electric Blue #83EAFE
Tints of Electric Blue #83EAFE
RGB
CMYK
RGB Variations
Color information
#83EAFE (or 0x83EAFE) is known color: Electric Blue. HEX triplet: 83, EA and FE. RGB value is (131,234,254). Sum of RGB (Red+Green+Blue) = 131+234+254=619 (81% of max value = 765). Red value is 131 (51.56% from 255 or 21.16% from 619); Green value is 234 (91.80% from 255 or 37.80% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #83EAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83EAFE is #7C1501. Grayscale: #CDCDCD. Windows color (decimal): -8131842 or 16706179. OLE color: 16706179.
HSL color Cylindrical-coordinate representation of color #83EAFE: hue angle of 189.76º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83EAFE is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 131 | 234 | 254 | - |
| CMYK | 0.48 | 0.08 | 0 | 0.00 |
| HSL | 189.76º | 0.98% | 0.75% | - |
| HSV(B) | 189.76º | 0.48% | 1% | - |
| XYZ | 56.67 | 70.83 | 104.45 | - |
| YUV | 205.48 | 155.38 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 234 | 254 | 0.48 | 0.08 | 0 | 0.00 | 189.76 | 0.98 | 0.75 |
| Hex | 83 | EA | FE | 30 | 8 | 0 | 0 | BE | 62 | 4B |
| Octal | 203 | 352 | 376 | 60 | 10 | 0 | 0 | 276 | 142 | 113 |
| Binary | 10000011 | 11101010 | 11111110 | 110000 | 1000 | 0 | 0 | 10111110 | 1100010 | 1001011 |
Color Harmonies of #83EAFE
Complementary color
Monochromatic Colors of #83EAFE
Black with #83EAFE
Text Example
Text Example
White with #83EAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83EAFE; }
p { color: rgb(131,234,254); }
H1.HeaderClassName
{
color: #83EAFE;
}
.AnyTagClassName
{
color: #83EAFE;
}
</style>
background-color css
<style>
a { background-color: #83EAFE; }
a { background-color: rgb(131,234,254); }
div.DivClassName
{
background-color: #83EAFE;
}
.BgClassName
{
background-color: #83EAFE;
}
</style>
border-color css
<style>
span { border-color: #83EAFE; }
span { border-color: rgb(131,234,254); }
td.TdClassName
{
border-color: #83EAFE;
}
.TagClassName
{
border-color: #83EAFE;
}
</style>