Shades of Electric Blue #83FBF0
Tints of Electric Blue #83FBF0
RGB
CMYK
RGB Variations
Color information
#83FBF0 (or 0x83FBF0) is known color: Electric Blue. HEX triplet: 83, FB and F0. RGB value is (131,251,240). Sum of RGB (Red+Green+Blue) = 131+251+240=622 (82% of max value = 765). Red value is 131 (51.56% from 255 or 21.06% from 622); Green value is 251 (98.44% from 255 or 40.35% from 622); Blue value is 240 (94.14% from 255 or 38.59% from 622); Max value from RGB is 251 - color contains mainly: green. Hex color #83FBF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83FBF0 is #7C040F. Grayscale: #D5D5D5. Windows color (decimal): -8127504 or 15793027. OLE color: 15793027.
HSL color Cylindrical-coordinate representation of color #83FBF0: hue angle of 174.5º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83FBF0 is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 251 | 240 | - |
| CMYK | 0.48 | 0 | 0.04 | 0.02 |
| HSL | 174.5º | 0.94% | 0.75% | - |
| HSV(B) | 174.5º | 0.48% | 0.98% | - |
| XYZ | 59.59 | 80.11 | 94.76 | - |
| YUV | 213.87 | 142.74 | 68.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 251 | 240 | 0.48 | 0 | 0.04 | 0.02 | 174.5 | 0.94 | 0.75 |
| Hex | 83 | FB | F0 | 30 | 0 | 4 | 2 | AE | 5E | 4B |
| Octal | 203 | 373 | 360 | 60 | 0 | 4 | 2 | 256 | 136 | 113 |
| Binary | 10000011 | 11111011 | 11110000 | 110000 | 0 | 100 | 10 | 10101110 | 1011110 | 1001011 |
Color Harmonies of #83FBF0
Complementary color
Monochromatic Colors of #83FBF0
Black with #83FBF0
Text Example
Text Example
White with #83FBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FBF0; }
p { color: rgb(131,251,240); }
H1.HeaderClassName
{
color: #83FBF0;
}
.AnyTagClassName
{
color: #83FBF0;
}
</style>
background-color css
<style>
a { background-color: #83FBF0; }
a { background-color: rgb(131,251,240); }
div.DivClassName
{
background-color: #83FBF0;
}
.BgClassName
{
background-color: #83FBF0;
}
</style>
border-color css
<style>
span { border-color: #83FBF0; }
span { border-color: rgb(131,251,240); }
td.TdClassName
{
border-color: #83FBF0;
}
.TagClassName
{
border-color: #83FBF0;
}
</style>