Shades of Vista Blue #83DEAC
Tints of Vista Blue #83DEAC
RGB
CMYK
RGB Variations
Color information
#83DEAC (or 0x83DEAC) is known color: Vista Blue. HEX triplet: 83, DE and AC. RGB value is (131,222,172). Sum of RGB (Red+Green+Blue) = 131+222+172=525 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.95% from 525); Green value is 222 (87.11% from 255 or 42.29% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 222 - color contains mainly: green. Hex color #83DEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DEAC is #7C2153. Grayscale: #BDBDBD. Windows color (decimal): -8134996 or 11329155. OLE color: 11329155.
HSL color Cylindrical-coordinate representation of color #83DEAC: hue angle of 147.03º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83DEAC is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 222 | 172 | - |
| CMYK | 0.41 | 0 | 0.23 | 0.13 |
| HSL | 147.03º | 0.58% | 0.69% | - |
| HSV(B) | 147.03º | 0.41% | 0.87% | - |
| XYZ | 42.93 | 60.05 | 48.36 | - |
| YUV | 189.09 | 118.35 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 222 | 172 | 0.41 | 0 | 0.23 | 0.13 | 147.03 | 0.58 | 0.69 |
| Hex | 83 | DE | AC | 29 | 0 | 17 | D | 93 | 3A | 45 |
| Octal | 203 | 336 | 254 | 51 | 0 | 27 | 15 | 223 | 72 | 105 |
| Binary | 10000011 | 11011110 | 10101100 | 101001 | 0 | 10111 | 1101 | 10010011 | 111010 | 1000101 |
Color Harmonies of #83DEAC
Complementary color
Monochromatic Colors of #83DEAC
Black with #83DEAC
Text Example
Text Example
White with #83DEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DEAC; }
p { color: rgb(131,222,172); }
H1.HeaderClassName
{
color: #83DEAC;
}
.AnyTagClassName
{
color: #83DEAC;
}
</style>
background-color css
<style>
a { background-color: #83DEAC; }
a { background-color: rgb(131,222,172); }
div.DivClassName
{
background-color: #83DEAC;
}
.BgClassName
{
background-color: #83DEAC;
}
</style>
border-color css
<style>
span { border-color: #83DEAC; }
span { border-color: rgb(131,222,172); }
td.TdClassName
{
border-color: #83DEAC;
}
.TagClassName
{
border-color: #83DEAC;
}
</style>