Shades of Vista Blue #8FCAB2
Tints of Vista Blue #8FCAB2
RGB
CMYK
RGB Variations
Color information
#8FCAB2 (or 0x8FCAB2) is known color: Vista Blue. HEX triplet: 8F, CA and B2. RGB value is (143,202,178). Sum of RGB (Red+Green+Blue) = 143+202+178=523 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.34% from 523); Green value is 202 (79.30% from 255 or 38.62% from 523); Blue value is 178 (69.92% from 255 or 34.03% from 523); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCAB2 is #70354D. Grayscale: #B5B5B5. Windows color (decimal): -7353678 or 11717263. OLE color: 11717263.
HSL color Cylindrical-coordinate representation of color #8FCAB2: hue angle of 155.59º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FCAB2 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 202 | 178 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.21 |
| HSL | 155.59º | 0.36% | 0.68% | - |
| HSV(B) | 155.59º | 0.29% | 0.79% | - |
| XYZ | 40.48 | 51.3 | 49.89 | - |
| YUV | 181.62 | 125.95 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 202 | 178 | 0.29 | 0 | 0.12 | 0.21 | 155.59 | 0.36 | 0.68 |
| Hex | 8F | CA | B2 | 1D | 0 | C | 15 | 9C | 24 | 44 |
| Octal | 217 | 312 | 262 | 35 | 0 | 14 | 25 | 234 | 44 | 104 |
| Binary | 10001111 | 11001010 | 10110010 | 11101 | 0 | 1100 | 10101 | 10011100 | 100100 | 1000100 |
Color Harmonies of #8FCAB2
Complementary color
Monochromatic Colors of #8FCAB2
Black with #8FCAB2
Text Example
Text Example
White with #8FCAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCAB2; }
p { color: rgb(143,202,178); }
H1.HeaderClassName
{
color: #8FCAB2;
}
.AnyTagClassName
{
color: #8FCAB2;
}
</style>
background-color css
<style>
a { background-color: #8FCAB2; }
a { background-color: rgb(143,202,178); }
div.DivClassName
{
background-color: #8FCAB2;
}
.BgClassName
{
background-color: #8FCAB2;
}
</style>
border-color css
<style>
span { border-color: #8FCAB2; }
span { border-color: rgb(143,202,178); }
td.TdClassName
{
border-color: #8FCAB2;
}
.TagClassName
{
border-color: #8FCAB2;
}
</style>