Shades of Vista Blue #8CCBA5
Tints of Vista Blue #8CCBA5
RGB
CMYK
RGB Variations
Color information
#8CCBA5 (or 0x8CCBA5) is known color: Vista Blue. HEX triplet: 8C, CB and A5. RGB value is (140,203,165). Sum of RGB (Red+Green+Blue) = 140+203+165=508 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.56% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 165 (64.84% from 255 or 32.48% from 508); Max value from RGB is 203 - color contains mainly: green. Hex color #8CCBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCBA5 is #73345A. Grayscale: #B3B3B3. Windows color (decimal): -7550043 or 10865548. OLE color: 10865548.
HSL color Cylindrical-coordinate representation of color #8CCBA5: hue angle of 143.81º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CCBA5 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 203 | 165 | - |
| CMYK | 0.31 | 0 | 0.19 | 0.20 |
| HSL | 143.81º | 0.38% | 0.67% | - |
| HSV(B) | 143.81º | 0.31% | 0.8% | - |
| XYZ | 38.96 | 51 | 43.39 | - |
| YUV | 179.83 | 119.63 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 203 | 165 | 0.31 | 0 | 0.19 | 0.20 | 143.81 | 0.38 | 0.67 |
| Hex | 8C | CB | A5 | 1F | 0 | 13 | 14 | 90 | 26 | 43 |
| Octal | 214 | 313 | 245 | 37 | 0 | 23 | 24 | 220 | 46 | 103 |
| Binary | 10001100 | 11001011 | 10100101 | 11111 | 0 | 10011 | 10100 | 10010000 | 100110 | 1000011 |
Color Harmonies of #8CCBA5
Complementary color
Monochromatic Colors of #8CCBA5
Black with #8CCBA5
Text Example
Text Example
White with #8CCBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCBA5; }
p { color: rgb(140,203,165); }
H1.HeaderClassName
{
color: #8CCBA5;
}
.AnyTagClassName
{
color: #8CCBA5;
}
</style>
background-color css
<style>
a { background-color: #8CCBA5; }
a { background-color: rgb(140,203,165); }
div.DivClassName
{
background-color: #8CCBA5;
}
.BgClassName
{
background-color: #8CCBA5;
}
</style>
border-color css
<style>
span { border-color: #8CCBA5; }
span { border-color: rgb(140,203,165); }
td.TdClassName
{
border-color: #8CCBA5;
}
.TagClassName
{
border-color: #8CCBA5;
}
</style>