Shades of Electric Blue #83F7FF
Tints of Electric Blue #83F7FF
RGB
CMYK
RGB Variations
Color information
#83F7FF (or 0x83F7FF) is known color: Electric Blue. HEX triplet: 83, F7 and FF. RGB value is (131,247,255). Sum of RGB (Red+Green+Blue) = 131+247+255=633 (83% of max value = 765). Red value is 131 (51.56% from 255 or 20.70% from 633); Green value is 247 (96.88% from 255 or 39.02% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #83F7FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83F7FF is #7C0800. Grayscale: #D5D5D5. Windows color (decimal): -8128513 or 16775043. OLE color: 16775043.
HSL color Cylindrical-coordinate representation of color #83F7FF: hue angle of 183.87º 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 #83F7FF is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 247 | 255 | - |
| CMYK | 0.49 | 0.03 | 0 | 0 |
| HSL | 183.87º | 1% | 0.76% | - |
| HSV(B) | 183.87º | 0.49% | 1% | - |
| XYZ | 60.67 | 78.57 | 106.58 | - |
| YUV | 213.23 | 151.57 | 69.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 247 | 255 | 0.49 | 0.03 | 0 | 0 | 183.87 | 1 | 0.76 |
| Hex | 83 | F7 | FF | 31 | 3 | 0 | 0 | B8 | 64 | 4C |
| Octal | 203 | 367 | 377 | 61 | 3 | 0 | 0 | 270 | 144 | 114 |
| Binary | 10000011 | 11110111 | 11111111 | 110001 | 11 | 0 | 0 | 10111000 | 1100100 | 1001100 |
Color Harmonies of #83F7FF
Complementary color
Monochromatic Colors of #83F7FF
Black with #83F7FF
Text Example
Text Example
White with #83F7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F7FF; }
p { color: rgb(131,247,255); }
H1.HeaderClassName
{
color: #83F7FF;
}
.AnyTagClassName
{
color: #83F7FF;
}
</style>
background-color css
<style>
a { background-color: #83F7FF; }
a { background-color: rgb(131,247,255); }
div.DivClassName
{
background-color: #83F7FF;
}
.BgClassName
{
background-color: #83F7FF;
}
</style>
border-color css
<style>
span { border-color: #83F7FF; }
span { border-color: rgb(131,247,255); }
td.TdClassName
{
border-color: #83F7FF;
}
.TagClassName
{
border-color: #83F7FF;
}
</style>