Shades of Electric Blue #83FBFF
Tints of Electric Blue #83FBFF
RGB
CMYK
RGB Variations
Color information
#83FBFF (or 0x83FBFF) is known color: Electric Blue. HEX triplet: 83, FB and FF. RGB value is (131,251,255). Sum of RGB (Red+Green+Blue) = 131+251+255=637 (84% of max value = 765). Red value is 131 (51.56% from 255 or 20.57% from 637); Green value is 251 (98.44% from 255 or 39.40% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #83FBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83FBFF is #7C0400. Grayscale: #D7D7D7. Windows color (decimal): -8127489 or 16776067. OLE color: 16776067.
HSL color Cylindrical-coordinate representation of color #83FBFF: hue angle of 181.94º 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 #83FBFF is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 251 | 255 | - |
| CMYK | 0.49 | 0.02 | 0 | 0 |
| HSL | 181.94º | 1% | 0.76% | - |
| HSV(B) | 181.94º | 0.49% | 1% | - |
| XYZ | 61.91 | 81.04 | 106.99 | - |
| YUV | 215.58 | 150.24 | 67.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 251 | 255 | 0.49 | 0.02 | 0 | 0 | 181.94 | 1 | 0.76 |
| Hex | 83 | FB | FF | 31 | 2 | 0 | 0 | B6 | 64 | 4C |
| Octal | 203 | 373 | 377 | 61 | 2 | 0 | 0 | 266 | 144 | 114 |
| Binary | 10000011 | 11111011 | 11111111 | 110001 | 10 | 0 | 0 | 10110110 | 1100100 | 1001100 |
Color Harmonies of #83FBFF
Complementary color
Monochromatic Colors of #83FBFF
Black with #83FBFF
Text Example
Text Example
White with #83FBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FBFF; }
p { color: rgb(131,251,255); }
H1.HeaderClassName
{
color: #83FBFF;
}
.AnyTagClassName
{
color: #83FBFF;
}
</style>
background-color css
<style>
a { background-color: #83FBFF; }
a { background-color: rgb(131,251,255); }
div.DivClassName
{
background-color: #83FBFF;
}
.BgClassName
{
background-color: #83FBFF;
}
</style>
border-color css
<style>
span { border-color: #83FBFF; }
span { border-color: rgb(131,251,255); }
td.TdClassName
{
border-color: #83FBFF;
}
.TagClassName
{
border-color: #83FBFF;
}
</style>