Shades of Vista Blue #84CBA5
Tints of Vista Blue #84CBA5
RGB
CMYK
RGB Variations
Color information
#84CBA5 (or 0x84CBA5) is known color: Vista Blue. HEX triplet: 84, CB and A5. RGB value is (132,203,165). Sum of RGB (Red+Green+Blue) = 132+203+165=500 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.4% from 500); Green value is 203 (79.69% from 255 or 40.6% from 500); Blue value is 165 (64.84% from 255 or 33% from 500); Max value from RGB is 203 - color contains mainly: green. Hex color #84CBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CBA5 is #7B345A. Grayscale: #B1B1B1. Windows color (decimal): -8074331 or 10865540. OLE color: 10865540.
HSL color Cylindrical-coordinate representation of color #84CBA5: hue angle of 147.89º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84CBA5 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 203 | 165 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.20 |
| HSL | 147.89º | 0.41% | 0.66% | - |
| HSV(B) | 147.89º | 0.35% | 0.8% | - |
| XYZ | 37.66 | 50.33 | 43.33 | - |
| YUV | 177.44 | 120.98 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 203 | 165 | 0.35 | 0 | 0.19 | 0.20 | 147.89 | 0.41 | 0.66 |
| Hex | 84 | CB | A5 | 23 | 0 | 13 | 14 | 94 | 29 | 42 |
| Octal | 204 | 313 | 245 | 43 | 0 | 23 | 24 | 224 | 51 | 102 |
| Binary | 10000100 | 11001011 | 10100101 | 100011 | 0 | 10011 | 10100 | 10010100 | 101001 | 1000010 |
Color Harmonies of #84CBA5
Complementary color
Monochromatic Colors of #84CBA5
Black with #84CBA5
Text Example
Text Example
White with #84CBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CBA5; }
p { color: rgb(132,203,165); }
H1.HeaderClassName
{
color: #84CBA5;
}
.AnyTagClassName
{
color: #84CBA5;
}
</style>
background-color css
<style>
a { background-color: #84CBA5; }
a { background-color: rgb(132,203,165); }
div.DivClassName
{
background-color: #84CBA5;
}
.BgClassName
{
background-color: #84CBA5;
}
</style>
border-color css
<style>
span { border-color: #84CBA5; }
span { border-color: rgb(132,203,165); }
td.TdClassName
{
border-color: #84CBA5;
}
.TagClassName
{
border-color: #84CBA5;
}
</style>