Shades of Vista Blue #83EDB3
Tints of Vista Blue #83EDB3
RGB
CMYK
RGB Variations
Color information
#83EDB3 (or 0x83EDB3) is known color: Vista Blue. HEX triplet: 83, ED and B3. RGB value is (131,237,179). Sum of RGB (Red+Green+Blue) = 131+237+179=547 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.95% from 547); Green value is 237 (92.97% from 255 or 43.33% from 547); Blue value is 179 (70.31% from 255 or 32.72% from 547); Max value from RGB is 237 - color contains mainly: green. Hex color #83EDB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EDB3 is #7C124C. Grayscale: #C6C6C6. Windows color (decimal): -8131149 or 11791747. OLE color: 11791747.
HSL color Cylindrical-coordinate representation of color #83EDB3: hue angle of 147.17º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83EDB3 is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 237 | 179 | - |
| CMYK | 0.45 | 0 | 0.24 | 0.07 |
| HSL | 147.17º | 0.75% | 0.72% | - |
| HSV(B) | 147.17º | 0.45% | 0.93% | - |
| XYZ | 47.78 | 68.65 | 53.38 | - |
| YUV | 198.69 | 116.88 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 237 | 179 | 0.45 | 0 | 0.24 | 0.07 | 147.17 | 0.75 | 0.72 |
| Hex | 83 | ED | B3 | 2D | 0 | 18 | 7 | 93 | 4B | 48 |
| Octal | 203 | 355 | 263 | 55 | 0 | 30 | 7 | 223 | 113 | 110 |
| Binary | 10000011 | 11101101 | 10110011 | 101101 | 0 | 11000 | 111 | 10010011 | 1001011 | 1001000 |
Color Harmonies of #83EDB3
Complementary color
Monochromatic Colors of #83EDB3
Black with #83EDB3
Text Example
Text Example
White with #83EDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83EDB3; }
p { color: rgb(131,237,179); }
H1.HeaderClassName
{
color: #83EDB3;
}
.AnyTagClassName
{
color: #83EDB3;
}
</style>
background-color css
<style>
a { background-color: #83EDB3; }
a { background-color: rgb(131,237,179); }
div.DivClassName
{
background-color: #83EDB3;
}
.BgClassName
{
background-color: #83EDB3;
}
</style>
border-color css
<style>
span { border-color: #83EDB3; }
span { border-color: rgb(131,237,179); }
td.TdClassName
{
border-color: #83EDB3;
}
.TagClassName
{
border-color: #83EDB3;
}
</style>