Shades of Electric Blue #83FFFC
Tints of Electric Blue #83FFFC
RGB
CMYK
RGB Variations
Color information
#83FFFC (or 0x83FFFC) is known color: Electric Blue. HEX triplet: 83, FF and FC. RGB value is (131,255,252). Sum of RGB (Red+Green+Blue) = 131+255+252=638 (84% of max value = 765). Red value is 131 (51.56% from 255 or 20.53% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 252 (98.83% from 255 or 39.50% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #83FFFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83FFFC is #7C0003. Grayscale: #D9D9D9. Windows color (decimal): -8126468 or 16580483. OLE color: 16580483.
HSL color Cylindrical-coordinate representation of color #83FFFC: hue angle of 178.55º 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 #83FFFC is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 255 | 252 | - |
| CMYK | 0.49 | 0 | 0.01 | 0 |
| HSL | 178.55º | 1% | 0.76% | - |
| HSV(B) | 178.55º | 0.49% | 1% | - |
| XYZ | 62.69 | 83.37 | 104.88 | - |
| YUV | 217.58 | 147.42 | 66.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 255 | 252 | 0.49 | 0 | 0.01 | 0 | 178.55 | 1 | 0.76 |
| Hex | 83 | FF | FC | 31 | 0 | 1 | 0 | B3 | 64 | 4C |
| Octal | 203 | 377 | 374 | 61 | 0 | 1 | 0 | 263 | 144 | 114 |
| Binary | 10000011 | 11111111 | 11111100 | 110001 | 0 | 1 | 0 | 10110011 | 1100100 | 1001100 |
Color Harmonies of #83FFFC
Complementary color
Monochromatic Colors of #83FFFC
Black with #83FFFC
Text Example
Text Example
White with #83FFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FFFC; }
p { color: rgb(131,255,252); }
H1.HeaderClassName
{
color: #83FFFC;
}
.AnyTagClassName
{
color: #83FFFC;
}
</style>
background-color css
<style>
a { background-color: #83FFFC; }
a { background-color: rgb(131,255,252); }
div.DivClassName
{
background-color: #83FFFC;
}
.BgClassName
{
background-color: #83FFFC;
}
</style>
border-color css
<style>
span { border-color: #83FFFC; }
span { border-color: rgb(131,255,252); }
td.TdClassName
{
border-color: #83FFFC;
}
.TagClassName
{
border-color: #83FFFC;
}
</style>