Shades of Electric Blue #83FEFF
Tints of Electric Blue #83FEFF
RGB
CMYK
RGB Variations
Color information
#83FEFF (or 0x83FEFF) is known color: Electric Blue. HEX triplet: 83, FE and FF. RGB value is (131,254,255). Sum of RGB (Red+Green+Blue) = 131+254+255=640 (84% of max value = 765). Red value is 131 (51.56% from 255 or 20.47% from 640); Green value is 254 (99.61% from 255 or 39.69% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #83FEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83FEFF is #7C0100. Grayscale: #D9D9D9. Windows color (decimal): -8126721 or 16776835. OLE color: 16776835.
HSL color Cylindrical-coordinate representation of color #83FEFF: hue angle of 180.48º 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 #83FEFF is Cyan = 0.49, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 254 | 255 | - |
| CMYK | 0.49 | 0.00 | 0 | 0 |
| HSL | 180.48º | 1% | 0.76% | - |
| HSV(B) | 180.48º | 0.49% | 1% | - |
| XYZ | 62.85 | 82.93 | 107.3 | - |
| YUV | 217.34 | 149.25 | 66.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 254 | 255 | 0.49 | 0.00 | 0 | 0 | 180.48 | 1 | 0.76 |
| Hex | 83 | FE | FF | 31 | 0 | 0 | 0 | B4 | 64 | 4C |
| Octal | 203 | 376 | 377 | 61 | 0 | 0 | 0 | 264 | 144 | 114 |
| Binary | 10000011 | 11111110 | 11111111 | 110001 | 0 | 0 | 0 | 10110100 | 1100100 | 1001100 |
Color Harmonies of #83FEFF
Complementary color
Monochromatic Colors of #83FEFF
Black with #83FEFF
Text Example
Text Example
White with #83FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FEFF; }
p { color: rgb(131,254,255); }
H1.HeaderClassName
{
color: #83FEFF;
}
.AnyTagClassName
{
color: #83FEFF;
}
</style>
background-color css
<style>
a { background-color: #83FEFF; }
a { background-color: rgb(131,254,255); }
div.DivClassName
{
background-color: #83FEFF;
}
.BgClassName
{
background-color: #83FEFF;
}
</style>
border-color css
<style>
span { border-color: #83FEFF; }
span { border-color: rgb(131,254,255); }
td.TdClassName
{
border-color: #83FEFF;
}
.TagClassName
{
border-color: #83FEFF;
}
</style>