Shades of Electric Blue #83FFF6
Tints of Electric Blue #83FFF6
RGB
CMYK
RGB Variations
Color information
#83FFF6 (or 0x83FFF6) is known color: Electric Blue. HEX triplet: 83, FF and F6. RGB value is (131,255,246). Sum of RGB (Red+Green+Blue) = 131+255+246=632 (83% of max value = 765). Red value is 131 (51.56% from 255 or 20.73% from 632); Green value is 255 (100% from 255 or 40.35% from 632); Blue value is 246 (96.48% from 255 or 38.92% from 632); Max value from RGB is 255 - color contains mainly: green. Hex color #83FFF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83FFF6 is #7C0009. Grayscale: #D8D8D8. Windows color (decimal): -8126474 or 16187267. OLE color: 16187267.
HSL color Cylindrical-coordinate representation of color #83FFF6: hue angle of 175.65º 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 #83FFF6 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 255 | 246 | - |
| CMYK | 0.49 | 0 | 0.04 | 0 |
| HSL | 175.65º | 1% | 0.76% | - |
| HSV(B) | 175.65º | 0.49% | 1% | - |
| XYZ | 61.75 | 83 | 99.95 | - |
| YUV | 216.9 | 144.42 | 66.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 255 | 246 | 0.49 | 0 | 0.04 | 0 | 175.65 | 1 | 0.76 |
| Hex | 83 | FF | F6 | 31 | 0 | 4 | 0 | B0 | 64 | 4C |
| Octal | 203 | 377 | 366 | 61 | 0 | 4 | 0 | 260 | 144 | 114 |
| Binary | 10000011 | 11111111 | 11110110 | 110001 | 0 | 100 | 0 | 10110000 | 1100100 | 1001100 |
Color Harmonies of #83FFF6
Complementary color
Monochromatic Colors of #83FFF6
Black with #83FFF6
Text Example
Text Example
White with #83FFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FFF6; }
p { color: rgb(131,255,246); }
H1.HeaderClassName
{
color: #83FFF6;
}
.AnyTagClassName
{
color: #83FFF6;
}
</style>
background-color css
<style>
a { background-color: #83FFF6; }
a { background-color: rgb(131,255,246); }
div.DivClassName
{
background-color: #83FFF6;
}
.BgClassName
{
background-color: #83FFF6;
}
</style>
border-color css
<style>
span { border-color: #83FFF6; }
span { border-color: rgb(131,255,246); }
td.TdClassName
{
border-color: #83FFF6;
}
.TagClassName
{
border-color: #83FFF6;
}
</style>