Shades of Vista Blue #84CCA8
Tints of Vista Blue #84CCA8
RGB
CMYK
RGB Variations
Color information
#84CCA8 (or 0x84CCA8) is known color: Vista Blue. HEX triplet: 84, CC and A8. RGB value is (132,204,168). Sum of RGB (Red+Green+Blue) = 132+204+168=504 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.19% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 168 (66.02% from 255 or 33.33% from 504); Max value from RGB is 204 - color contains mainly: green. Hex color #84CCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CCA8 is #7B3357. Grayscale: #B2B2B2. Windows color (decimal): -8074072 or 11062404. OLE color: 11062404.
HSL color Cylindrical-coordinate representation of color #84CCA8: hue angle of 150º 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 #84CCA8 is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 132 | 204 | 168 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.2 |
| HSL | 150º | 0.41% | 0.66% | - |
| HSV(B) | 150º | 0.35% | 0.8% | - |
| XYZ | 38.18 | 50.92 | 44.86 | - |
| YUV | 178.37 | 122.15 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 204 | 168 | 0.35 | 0 | 0.18 | 0.2 | 150 | 0.41 | 0.66 |
| Hex | 84 | CC | A8 | 23 | 0 | 12 | 14 | 96 | 29 | 42 |
| Octal | 204 | 314 | 250 | 43 | 0 | 22 | 24 | 226 | 51 | 102 |
| Binary | 10000100 | 11001100 | 10101000 | 100011 | 0 | 10010 | 10100 | 10010110 | 101001 | 1000010 |
Color Harmonies of #84CCA8
Complementary color
Monochromatic Colors of #84CCA8
Black with #84CCA8
Text Example
Text Example
White with #84CCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CCA8; }
p { color: rgb(132,204,168); }
H1.HeaderClassName
{
color: #84CCA8;
}
.AnyTagClassName
{
color: #84CCA8;
}
</style>
background-color css
<style>
a { background-color: #84CCA8; }
a { background-color: rgb(132,204,168); }
div.DivClassName
{
background-color: #84CCA8;
}
.BgClassName
{
background-color: #84CCA8;
}
</style>
border-color css
<style>
span { border-color: #84CCA8; }
span { border-color: rgb(132,204,168); }
td.TdClassName
{
border-color: #84CCA8;
}
.TagClassName
{
border-color: #84CCA8;
}
</style>