Shades of Electric Blue #83EFFF
Tints of Electric Blue #83EFFF
RGB
CMYK
RGB Variations
Color information
#83EFFF (or 0x83EFFF) is known color: Electric Blue. HEX triplet: 83, EF and FF. RGB value is (131,239,255). Sum of RGB (Red+Green+Blue) = 131+239+255=625 (82% of max value = 765). Red value is 131 (51.56% from 255 or 20.96% from 625); Green value is 239 (93.75% from 255 or 38.24% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #83EFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83EFFF is #7C1000. Grayscale: #D0D0D0. Windows color (decimal): -8130561 or 16772995. OLE color: 16772995.
HSL color Cylindrical-coordinate representation of color #83EFFF: hue angle of 187.74º 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 #83EFFF is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 239 | 255 | - |
| CMYK | 0.49 | 0.06 | 0 | 0 |
| HSL | 187.74º | 1% | 0.76% | - |
| HSV(B) | 187.74º | 0.49% | 1% | - |
| XYZ | 58.28 | 73.78 | 105.78 | - |
| YUV | 208.53 | 154.22 | 72.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 239 | 255 | 0.49 | 0.06 | 0 | 0 | 187.74 | 1 | 0.76 |
| Hex | 83 | EF | FF | 31 | 6 | 0 | 0 | BC | 64 | 4C |
| Octal | 203 | 357 | 377 | 61 | 6 | 0 | 0 | 274 | 144 | 114 |
| Binary | 10000011 | 11101111 | 11111111 | 110001 | 110 | 0 | 0 | 10111100 | 1100100 | 1001100 |
Color Harmonies of #83EFFF
Complementary color
Monochromatic Colors of #83EFFF
Black with #83EFFF
Text Example
Text Example
White with #83EFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83EFFF; }
p { color: rgb(131,239,255); }
H1.HeaderClassName
{
color: #83EFFF;
}
.AnyTagClassName
{
color: #83EFFF;
}
</style>
background-color css
<style>
a { background-color: #83EFFF; }
a { background-color: rgb(131,239,255); }
div.DivClassName
{
background-color: #83EFFF;
}
.BgClassName
{
background-color: #83EFFF;
}
</style>
border-color css
<style>
span { border-color: #83EFFF; }
span { border-color: rgb(131,239,255); }
td.TdClassName
{
border-color: #83EFFF;
}
.TagClassName
{
border-color: #83EFFF;
}
</style>