Shades of Electric Blue #83F2FE
Tints of Electric Blue #83F2FE
RGB
CMYK
RGB Variations
Color information
#83F2FE (or 0x83F2FE) is known color: Electric Blue. HEX triplet: 83, F2 and FE. RGB value is (131,242,254). Sum of RGB (Red+Green+Blue) = 131+242+254=627 (83% of max value = 765). Red value is 131 (51.56% from 255 or 20.89% from 627); Green value is 242 (94.92% from 255 or 38.60% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #83F2FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83F2FE is #7C0D01. Grayscale: #D2D2D2. Windows color (decimal): -8129794 or 16708227. OLE color: 16708227.
HSL color Cylindrical-coordinate representation of color #83F2FE: hue angle of 185.85º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83F2FE is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 131 | 242 | 254 | - |
| CMYK | 0.48 | 0.05 | 0 | 0.00 |
| HSL | 185.85º | 0.98% | 0.75% | - |
| HSV(B) | 185.85º | 0.48% | 1% | - |
| XYZ | 59 | 75.49 | 105.23 | - |
| YUV | 210.18 | 152.73 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 242 | 254 | 0.48 | 0.05 | 0 | 0.00 | 185.85 | 0.98 | 0.75 |
| Hex | 83 | F2 | FE | 30 | 5 | 0 | 0 | BA | 62 | 4B |
| Octal | 203 | 362 | 376 | 60 | 5 | 0 | 0 | 272 | 142 | 113 |
| Binary | 10000011 | 11110010 | 11111110 | 110000 | 101 | 0 | 0 | 10111010 | 1100010 | 1001011 |
Color Harmonies of #83F2FE
Complementary color
Monochromatic Colors of #83F2FE
Black with #83F2FE
Text Example
Text Example
White with #83F2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F2FE; }
p { color: rgb(131,242,254); }
H1.HeaderClassName
{
color: #83F2FE;
}
.AnyTagClassName
{
color: #83F2FE;
}
</style>
background-color css
<style>
a { background-color: #83F2FE; }
a { background-color: rgb(131,242,254); }
div.DivClassName
{
background-color: #83F2FE;
}
.BgClassName
{
background-color: #83F2FE;
}
</style>
border-color css
<style>
span { border-color: #83F2FE; }
span { border-color: rgb(131,242,254); }
td.TdClassName
{
border-color: #83F2FE;
}
.TagClassName
{
border-color: #83F2FE;
}
</style>