Shades of Electric Blue #83F0FA
Tints of Electric Blue #83F0FA
RGB
CMYK
RGB Variations
Color information
#83F0FA (or 0x83F0FA) is known color: Electric Blue. HEX triplet: 83, F0 and FA. RGB value is (131,240,250). Sum of RGB (Red+Green+Blue) = 131+240+250=621 (82% of max value = 765). Red value is 131 (51.56% from 255 or 21.10% from 621); Green value is 240 (94.14% from 255 or 38.65% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #83F0FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83F0FA is #7C0F05. Grayscale: #D0D0D0. Windows color (decimal): -8130310 or 16445571. OLE color: 16445571.
HSL color Cylindrical-coordinate representation of color #83F0FA: hue angle of 185.04º degrees, saturation: 0.92, 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 #83F0FA is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 240 | 250 | - |
| CMYK | 0.48 | 0.04 | 0 | 0.02 |
| HSL | 185.04º | 0.92% | 0.75% | - |
| HSV(B) | 185.04º | 0.48% | 0.98% | - |
| XYZ | 57.78 | 74.05 | 101.69 | - |
| YUV | 208.55 | 151.39 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 240 | 250 | 0.48 | 0.04 | 0 | 0.02 | 185.04 | 0.92 | 0.75 |
| Hex | 83 | F0 | FA | 30 | 4 | 0 | 2 | B9 | 5C | 4B |
| Octal | 203 | 360 | 372 | 60 | 4 | 0 | 2 | 271 | 134 | 113 |
| Binary | 10000011 | 11110000 | 11111010 | 110000 | 100 | 0 | 10 | 10111001 | 1011100 | 1001011 |
Color Harmonies of #83F0FA
Complementary color
Monochromatic Colors of #83F0FA
Black with #83F0FA
Text Example
Text Example
White with #83F0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F0FA; }
p { color: rgb(131,240,250); }
H1.HeaderClassName
{
color: #83F0FA;
}
.AnyTagClassName
{
color: #83F0FA;
}
</style>
background-color css
<style>
a { background-color: #83F0FA; }
a { background-color: rgb(131,240,250); }
div.DivClassName
{
background-color: #83F0FA;
}
.BgClassName
{
background-color: #83F0FA;
}
</style>
border-color css
<style>
span { border-color: #83F0FA; }
span { border-color: rgb(131,240,250); }
td.TdClassName
{
border-color: #83F0FA;
}
.TagClassName
{
border-color: #83F0FA;
}
</style>