Shades of Electric Blue #83E8FB
Tints of Electric Blue #83E8FB
RGB
CMYK
RGB Variations
Color information
#83E8FB (or 0x83E8FB) is known color: Electric Blue. HEX triplet: 83, E8 and FB. RGB value is (131,232,251). Sum of RGB (Red+Green+Blue) = 131+232+251=614 (81% of max value = 765). Red value is 131 (51.56% from 255 or 21.34% from 614); Green value is 232 (91.02% from 255 or 37.79% from 614); Blue value is 251 (98.44% from 255 or 40.88% from 614); Max value from RGB is 251 - color contains mainly: blue. Hex color #83E8FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83E8FB is #7C1704. Grayscale: #CBCBCB. Windows color (decimal): -8132357 or 16509059. OLE color: 16509059.
HSL color Cylindrical-coordinate representation of color #83E8FB: hue angle of 189.5º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83E8FB is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 232 | 251 | - |
| CMYK | 0.48 | 0.08 | 0 | 0.02 |
| HSL | 189.5º | 0.94% | 0.75% | - |
| HSV(B) | 189.5º | 0.48% | 0.98% | - |
| XYZ | 55.63 | 69.5 | 101.75 | - |
| YUV | 203.97 | 154.54 | 75.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 232 | 251 | 0.48 | 0.08 | 0 | 0.02 | 189.5 | 0.94 | 0.75 |
| Hex | 83 | E8 | FB | 30 | 8 | 0 | 2 | BE | 5E | 4B |
| Octal | 203 | 350 | 373 | 60 | 10 | 0 | 2 | 276 | 136 | 113 |
| Binary | 10000011 | 11101000 | 11111011 | 110000 | 1000 | 0 | 10 | 10111110 | 1011110 | 1001011 |
Color Harmonies of #83E8FB
Complementary color
Monochromatic Colors of #83E8FB
Black with #83E8FB
Text Example
Text Example
White with #83E8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83E8FB; }
p { color: rgb(131,232,251); }
H1.HeaderClassName
{
color: #83E8FB;
}
.AnyTagClassName
{
color: #83E8FB;
}
</style>
background-color css
<style>
a { background-color: #83E8FB; }
a { background-color: rgb(131,232,251); }
div.DivClassName
{
background-color: #83E8FB;
}
.BgClassName
{
background-color: #83E8FB;
}
</style>
border-color css
<style>
span { border-color: #83E8FB; }
span { border-color: rgb(131,232,251); }
td.TdClassName
{
border-color: #83E8FB;
}
.TagClassName
{
border-color: #83E8FB;
}
</style>