Shades of Electric Blue #83E4FF
Tints of Electric Blue #83E4FF
RGB
CMYK
RGB Variations
Color information
#83E4FF (or 0x83E4FF) is known color: Electric Blue. HEX triplet: 83, E4 and FF. RGB value is (131,228,255). Sum of RGB (Red+Green+Blue) = 131+228+255=614 (81% of max value = 765). Red value is 131 (51.56% from 255 or 21.34% from 614); Green value is 228 (89.45% from 255 or 37.13% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #83E4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83E4FF is #7C1B00. Grayscale: #C9C9C9. Windows color (decimal): -8133377 or 16770179. OLE color: 16770179.
HSL color Cylindrical-coordinate representation of color #83E4FF: hue angle of 193.06º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83E4FF is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 228 | 255 | - |
| CMYK | 0.49 | 0.11 | 0 | 0 |
| HSL | 193.06º | 1% | 0.76% | - |
| HSV(B) | 193.06º | 0.49% | 1% | - |
| XYZ | 55.15 | 67.53 | 104.74 | - |
| YUV | 202.08 | 157.86 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 228 | 255 | 0.49 | 0.11 | 0 | 0 | 193.06 | 1 | 0.76 |
| Hex | 83 | E4 | FF | 31 | B | 0 | 0 | C1 | 64 | 4C |
| Octal | 203 | 344 | 377 | 61 | 13 | 0 | 0 | 301 | 144 | 114 |
| Binary | 10000011 | 11100100 | 11111111 | 110001 | 1011 | 0 | 0 | 11000001 | 1100100 | 1001100 |
Color Harmonies of #83E4FF
Complementary color
Monochromatic Colors of #83E4FF
Black with #83E4FF
Text Example
Text Example
White with #83E4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83E4FF; }
p { color: rgb(131,228,255); }
H1.HeaderClassName
{
color: #83E4FF;
}
.AnyTagClassName
{
color: #83E4FF;
}
</style>
background-color css
<style>
a { background-color: #83E4FF; }
a { background-color: rgb(131,228,255); }
div.DivClassName
{
background-color: #83E4FF;
}
.BgClassName
{
background-color: #83E4FF;
}
</style>
border-color css
<style>
span { border-color: #83E4FF; }
span { border-color: rgb(131,228,255); }
td.TdClassName
{
border-color: #83E4FF;
}
.TagClassName
{
border-color: #83E4FF;
}
</style>