Shades of Vista Blue #83CEAC
Tints of Vista Blue #83CEAC
RGB
CMYK
RGB Variations
Color information
#83CEAC (or 0x83CEAC) is known color: Vista Blue. HEX triplet: 83, CE and AC. RGB value is (131,206,172). Sum of RGB (Red+Green+Blue) = 131+206+172=509 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.74% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 206 - color contains mainly: green. Hex color #83CEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83CEAC is #7C3153. Grayscale: #B3B3B3. Windows color (decimal): -8139092 or 11325059. OLE color: 11325059.
HSL color Cylindrical-coordinate representation of color #83CEAC: hue angle of 152.8º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83CEAC is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 206 | 172 | - |
| CMYK | 0.36 | 0 | 0.17 | 0.19 |
| HSL | 152.8º | 0.43% | 0.66% | - |
| HSV(B) | 152.8º | 0.36% | 0.81% | - |
| XYZ | 38.88 | 51.95 | 47.01 | - |
| YUV | 179.7 | 123.65 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 206 | 172 | 0.36 | 0 | 0.17 | 0.19 | 152.8 | 0.43 | 0.66 |
| Hex | 83 | CE | AC | 24 | 0 | 11 | 13 | 99 | 2B | 42 |
| Octal | 203 | 316 | 254 | 44 | 0 | 21 | 23 | 231 | 53 | 102 |
| Binary | 10000011 | 11001110 | 10101100 | 100100 | 0 | 10001 | 10011 | 10011001 | 101011 | 1000010 |
Color Harmonies of #83CEAC
Complementary color
Monochromatic Colors of #83CEAC
Black with #83CEAC
Text Example
Text Example
White with #83CEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CEAC; }
p { color: rgb(131,206,172); }
H1.HeaderClassName
{
color: #83CEAC;
}
.AnyTagClassName
{
color: #83CEAC;
}
</style>
background-color css
<style>
a { background-color: #83CEAC; }
a { background-color: rgb(131,206,172); }
div.DivClassName
{
background-color: #83CEAC;
}
.BgClassName
{
background-color: #83CEAC;
}
</style>
border-color css
<style>
span { border-color: #83CEAC; }
span { border-color: rgb(131,206,172); }
td.TdClassName
{
border-color: #83CEAC;
}
.TagClassName
{
border-color: #83CEAC;
}
</style>