Shades of Vista Blue #84CDA8
Tints of Vista Blue #84CDA8
RGB
CMYK
RGB Variations
Color information
#84CDA8 (or 0x84CDA8) is known color: Vista Blue. HEX triplet: 84, CD and A8. RGB value is (132,205,168). Sum of RGB (Red+Green+Blue) = 132+205+168=505 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.14% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 168 (66.02% from 255 or 33.27% from 505); Max value from RGB is 205 - color contains mainly: green. Hex color #84CDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CDA8 is #7B3257. Grayscale: #B3B3B3. Windows color (decimal): -8073816 or 11062660. OLE color: 11062660.
HSL color Cylindrical-coordinate representation of color #84CDA8: hue angle of 149.59º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84CDA8 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 205 | 168 | - |
| CMYK | 0.36 | 0 | 0.18 | 0.20 |
| HSL | 149.59º | 0.42% | 0.66% | - |
| HSV(B) | 149.59º | 0.36% | 0.8% | - |
| XYZ | 38.41 | 51.4 | 44.94 | - |
| YUV | 178.96 | 121.82 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 205 | 168 | 0.36 | 0 | 0.18 | 0.20 | 149.59 | 0.42 | 0.66 |
| Hex | 84 | CD | A8 | 24 | 0 | 12 | 14 | 96 | 2A | 42 |
| Octal | 204 | 315 | 250 | 44 | 0 | 22 | 24 | 226 | 52 | 102 |
| Binary | 10000100 | 11001101 | 10101000 | 100100 | 0 | 10010 | 10100 | 10010110 | 101010 | 1000010 |
Color Harmonies of #84CDA8
Complementary color
Monochromatic Colors of #84CDA8
Black with #84CDA8
Text Example
Text Example
White with #84CDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CDA8; }
p { color: rgb(132,205,168); }
H1.HeaderClassName
{
color: #84CDA8;
}
.AnyTagClassName
{
color: #84CDA8;
}
</style>
background-color css
<style>
a { background-color: #84CDA8; }
a { background-color: rgb(132,205,168); }
div.DivClassName
{
background-color: #84CDA8;
}
.BgClassName
{
background-color: #84CDA8;
}
</style>
border-color css
<style>
span { border-color: #84CDA8; }
span { border-color: rgb(132,205,168); }
td.TdClassName
{
border-color: #84CDA8;
}
.TagClassName
{
border-color: #84CDA8;
}
</style>