Shades of Vista Blue #83CEA8
Tints of Vista Blue #83CEA8
RGB
CMYK
RGB Variations
Color information
#83CEA8 (or 0x83CEA8) is known color: Vista Blue. HEX triplet: 83, CE and A8. RGB value is (131,206,168). Sum of RGB (Red+Green+Blue) = 131+206+168=505 (66% of max value = 765). Red value is 131 (51.56% from 255 or 25.94% from 505); Green value is 206 (80.86% from 255 or 40.79% from 505); Blue value is 168 (66.02% from 255 or 33.27% from 505); Max value from RGB is 206 - color contains mainly: green. Hex color #83CEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83CEA8 is #7C3157. Grayscale: #B3B3B3. Windows color (decimal): -8139096 or 11062915. OLE color: 11062915.
HSL color Cylindrical-coordinate representation of color #83CEA8: hue angle of 149.6º 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 #83CEA8 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 206 | 168 | - |
| CMYK | 0.36 | 0 | 0.18 | 0.19 |
| HSL | 149.6º | 0.43% | 0.66% | - |
| HSV(B) | 149.6º | 0.36% | 0.81% | - |
| XYZ | 38.5 | 51.8 | 45.01 | - |
| YUV | 179.24 | 121.65 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 206 | 168 | 0.36 | 0 | 0.18 | 0.19 | 149.6 | 0.43 | 0.66 |
| Hex | 83 | CE | A8 | 24 | 0 | 12 | 13 | 96 | 2B | 42 |
| Octal | 203 | 316 | 250 | 44 | 0 | 22 | 23 | 226 | 53 | 102 |
| Binary | 10000011 | 11001110 | 10101000 | 100100 | 0 | 10010 | 10011 | 10010110 | 101011 | 1000010 |
Color Harmonies of #83CEA8
Complementary color
Monochromatic Colors of #83CEA8
Black with #83CEA8
Text Example
Text Example
White with #83CEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CEA8; }
p { color: rgb(131,206,168); }
H1.HeaderClassName
{
color: #83CEA8;
}
.AnyTagClassName
{
color: #83CEA8;
}
</style>
background-color css
<style>
a { background-color: #83CEA8; }
a { background-color: rgb(131,206,168); }
div.DivClassName
{
background-color: #83CEA8;
}
.BgClassName
{
background-color: #83CEA8;
}
</style>
border-color css
<style>
span { border-color: #83CEA8; }
span { border-color: rgb(131,206,168); }
td.TdClassName
{
border-color: #83CEA8;
}
.TagClassName
{
border-color: #83CEA8;
}
</style>