Shades of Electric Blue #83F1F6
Tints of Electric Blue #83F1F6
RGB
CMYK
RGB Variations
Color information
#83F1F6 (or 0x83F1F6) is known color: Electric Blue. HEX triplet: 83, F1 and F6. RGB value is (131,241,246). Sum of RGB (Red+Green+Blue) = 131+241+246=618 (81% of max value = 765). Red value is 131 (51.56% from 255 or 21.20% from 618); Green value is 241 (94.53% from 255 or 39.00% from 618); Blue value is 246 (96.48% from 255 or 39.81% from 618); Max value from RGB is 246 - color contains mainly: blue. Hex color #83F1F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83F1F6 is #7C0E09. Grayscale: #D0D0D0. Windows color (decimal): -8130058 or 16183683. OLE color: 16183683.
HSL color Cylindrical-coordinate representation of color #83F1F6: hue angle of 182.61º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83F1F6 is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 131 | 241 | 246 | - |
| CMYK | 0.47 | 0.02 | 0 | 0.04 |
| HSL | 182.61º | 0.86% | 0.74% | - |
| HSV(B) | 182.61º | 0.47% | 0.96% | - |
| XYZ | 57.45 | 74.39 | 98.52 | - |
| YUV | 208.68 | 149.06 | 72.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 241 | 246 | 0.47 | 0.02 | 0 | 0.04 | 182.61 | 0.86 | 0.74 |
| Hex | 83 | F1 | F6 | 2F | 2 | 0 | 4 | B7 | 56 | 4A |
| Octal | 203 | 361 | 366 | 57 | 2 | 0 | 4 | 267 | 126 | 112 |
| Binary | 10000011 | 11110001 | 11110110 | 101111 | 10 | 0 | 100 | 10110111 | 1010110 | 1001010 |
Color Harmonies of #83F1F6
Complementary color
Monochromatic Colors of #83F1F6
Black with #83F1F6
Text Example
Text Example
White with #83F1F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F1F6; }
p { color: rgb(131,241,246); }
H1.HeaderClassName
{
color: #83F1F6;
}
.AnyTagClassName
{
color: #83F1F6;
}
</style>
background-color css
<style>
a { background-color: #83F1F6; }
a { background-color: rgb(131,241,246); }
div.DivClassName
{
background-color: #83F1F6;
}
.BgClassName
{
background-color: #83F1F6;
}
</style>
border-color css
<style>
span { border-color: #83F1F6; }
span { border-color: rgb(131,241,246); }
td.TdClassName
{
border-color: #83F1F6;
}
.TagClassName
{
border-color: #83F1F6;
}
</style>