Shades of Electric Blue #83F9F7
Tints of Electric Blue #83F9F7
RGB
CMYK
RGB Variations
Color information
#83F9F7 (or 0x83F9F7) is known color: Electric Blue. HEX triplet: 83, F9 and F7. RGB value is (131,249,247). Sum of RGB (Red+Green+Blue) = 131+249+247=627 (83% of max value = 765). Red value is 131 (51.56% from 255 or 20.89% from 627); Green value is 249 (97.66% from 255 or 39.71% from 627); Blue value is 247 (96.88% from 255 or 39.39% from 627); Max value from RGB is 249 - color contains mainly: green. Hex color #83F9F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83F9F7 is #7C0608. Grayscale: #D5D5D5. Windows color (decimal): -8128009 or 16251267. OLE color: 16251267.
HSL color Cylindrical-coordinate representation of color #83F9F7: hue angle of 178.98º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83F9F7 is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 249 | 247 | - |
| CMYK | 0.47 | 0 | 0.01 | 0.02 |
| HSL | 178.98º | 0.91% | 0.75% | - |
| HSV(B) | 178.98º | 0.47% | 0.98% | - |
| XYZ | 60.02 | 79.29 | 100.14 | - |
| YUV | 213.49 | 146.91 | 69.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 249 | 247 | 0.47 | 0 | 0.01 | 0.02 | 178.98 | 0.91 | 0.75 |
| Hex | 83 | F9 | F7 | 2F | 0 | 1 | 2 | B3 | 5B | 4B |
| Octal | 203 | 371 | 367 | 57 | 0 | 1 | 2 | 263 | 133 | 113 |
| Binary | 10000011 | 11111001 | 11110111 | 101111 | 0 | 1 | 10 | 10110011 | 1011011 | 1001011 |
Color Harmonies of #83F9F7
Complementary color
Monochromatic Colors of #83F9F7
Black with #83F9F7
Text Example
Text Example
White with #83F9F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F9F7; }
p { color: rgb(131,249,247); }
H1.HeaderClassName
{
color: #83F9F7;
}
.AnyTagClassName
{
color: #83F9F7;
}
</style>
background-color css
<style>
a { background-color: #83F9F7; }
a { background-color: rgb(131,249,247); }
div.DivClassName
{
background-color: #83F9F7;
}
.BgClassName
{
background-color: #83F9F7;
}
</style>
border-color css
<style>
span { border-color: #83F9F7; }
span { border-color: rgb(131,249,247); }
td.TdClassName
{
border-color: #83F9F7;
}
.TagClassName
{
border-color: #83F9F7;
}
</style>