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