Shades of Electric Blue #83EBFF
Tints of Electric Blue #83EBFF
RGB
CMYK
RGB Variations
Color information
#83EBFF (or 0x83EBFF) is known color: Electric Blue. HEX triplet: 83, EB and FF. RGB value is (131,235,255). Sum of RGB (Red+Green+Blue) = 131+235+255=621 (82% of max value = 765). Red value is 131 (51.56% from 255 or 21.10% from 621); Green value is 235 (92.19% from 255 or 37.84% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #83EBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83EBFF is #7C1400. Grayscale: #CECECE. Windows color (decimal): -8131585 or 16771971. OLE color: 16771971.
HSL color Cylindrical-coordinate representation of color #83EBFF: hue angle of 189.68º 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 #83EBFF is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 235 | 255 | - |
| CMYK | 0.49 | 0.08 | 0 | 0 |
| HSL | 189.68º | 1% | 0.76% | - |
| HSV(B) | 189.68º | 0.49% | 1% | - |
| XYZ | 57.12 | 71.46 | 105.39 | - |
| YUV | 206.18 | 155.54 | 74.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 235 | 255 | 0.49 | 0.08 | 0 | 0 | 189.68 | 1 | 0.76 |
| Hex | 83 | EB | FF | 31 | 8 | 0 | 0 | BE | 64 | 4C |
| Octal | 203 | 353 | 377 | 61 | 10 | 0 | 0 | 276 | 144 | 114 |
| Binary | 10000011 | 11101011 | 11111111 | 110001 | 1000 | 0 | 0 | 10111110 | 1100100 | 1001100 |
Color Harmonies of #83EBFF
Complementary color
Monochromatic Colors of #83EBFF
Black with #83EBFF
Text Example
Text Example
White with #83EBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83EBFF; }
p { color: rgb(131,235,255); }
H1.HeaderClassName
{
color: #83EBFF;
}
.AnyTagClassName
{
color: #83EBFF;
}
</style>
background-color css
<style>
a { background-color: #83EBFF; }
a { background-color: rgb(131,235,255); }
div.DivClassName
{
background-color: #83EBFF;
}
.BgClassName
{
background-color: #83EBFF;
}
</style>
border-color css
<style>
span { border-color: #83EBFF; }
span { border-color: rgb(131,235,255); }
td.TdClassName
{
border-color: #83EBFF;
}
.TagClassName
{
border-color: #83EBFF;
}
</style>