Shades of Vista Blue #84CBA8
Tints of Vista Blue #84CBA8
RGB
CMYK
RGB Variations
Color information
#84CBA8 (or 0x84CBA8) is known color: Vista Blue. HEX triplet: 84, CB and A8. RGB value is (132,203,168). Sum of RGB (Red+Green+Blue) = 132+203+168=503 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.24% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 168 (66.02% from 255 or 33.40% from 503); Max value from RGB is 203 - color contains mainly: green. Hex color #84CBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CBA8 is #7B3457. Grayscale: #B1B1B1. Windows color (decimal): -8074328 or 11062148. OLE color: 11062148.
HSL color Cylindrical-coordinate representation of color #84CBA8: hue angle of 150.42º 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 #84CBA8 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 203 | 168 | - |
| CMYK | 0.35 | 0 | 0.17 | 0.20 |
| HSL | 150.42º | 0.41% | 0.66% | - |
| HSV(B) | 150.42º | 0.35% | 0.8% | - |
| XYZ | 37.94 | 50.44 | 44.78 | - |
| YUV | 177.78 | 122.48 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 203 | 168 | 0.35 | 0 | 0.17 | 0.20 | 150.42 | 0.41 | 0.66 |
| Hex | 84 | CB | A8 | 23 | 0 | 11 | 14 | 96 | 29 | 42 |
| Octal | 204 | 313 | 250 | 43 | 0 | 21 | 24 | 226 | 51 | 102 |
| Binary | 10000100 | 11001011 | 10101000 | 100011 | 0 | 10001 | 10100 | 10010110 | 101001 | 1000010 |
Color Harmonies of #84CBA8
Complementary color
Monochromatic Colors of #84CBA8
Black with #84CBA8
Text Example
Text Example
White with #84CBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CBA8; }
p { color: rgb(132,203,168); }
H1.HeaderClassName
{
color: #84CBA8;
}
.AnyTagClassName
{
color: #84CBA8;
}
</style>
background-color css
<style>
a { background-color: #84CBA8; }
a { background-color: rgb(132,203,168); }
div.DivClassName
{
background-color: #84CBA8;
}
.BgClassName
{
background-color: #84CBA8;
}
</style>
border-color css
<style>
span { border-color: #84CBA8; }
span { border-color: rgb(132,203,168); }
td.TdClassName
{
border-color: #84CBA8;
}
.TagClassName
{
border-color: #84CBA8;
}
</style>