Shades of Vista Blue #8CCFB0
Tints of Vista Blue #8CCFB0
RGB
CMYK
RGB Variations
Color information
#8CCFB0 (or 0x8CCFB0) is known color: Vista Blue. HEX triplet: 8C, CF and B0. RGB value is (140,207,176). Sum of RGB (Red+Green+Blue) = 140+207+176=523 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.77% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 176 (69.14% from 255 or 33.65% from 523); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCFB0 is #73304F. Grayscale: #B7B7B7. Windows color (decimal): -7549008 or 11587468. OLE color: 11587468.
HSL color Cylindrical-coordinate representation of color #8CCFB0: hue angle of 152.24º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CCFB0 is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 207 | 176 | - |
| CMYK | 0.32 | 0 | 0.15 | 0.19 |
| HSL | 152.24º | 0.41% | 0.68% | - |
| HSV(B) | 152.24º | 0.32% | 0.81% | - |
| XYZ | 40.96 | 53.34 | 49.21 | - |
| YUV | 183.43 | 123.8 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 207 | 176 | 0.32 | 0 | 0.15 | 0.19 | 152.24 | 0.41 | 0.68 |
| Hex | 8C | CF | B0 | 20 | 0 | F | 13 | 98 | 29 | 44 |
| Octal | 214 | 317 | 260 | 40 | 0 | 17 | 23 | 230 | 51 | 104 |
| Binary | 10001100 | 11001111 | 10110000 | 100000 | 0 | 1111 | 10011 | 10011000 | 101001 | 1000100 |
Color Harmonies of #8CCFB0
Complementary color
Monochromatic Colors of #8CCFB0
Black with #8CCFB0
Text Example
Text Example
White with #8CCFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCFB0; }
p { color: rgb(140,207,176); }
H1.HeaderClassName
{
color: #8CCFB0;
}
.AnyTagClassName
{
color: #8CCFB0;
}
</style>
background-color css
<style>
a { background-color: #8CCFB0; }
a { background-color: rgb(140,207,176); }
div.DivClassName
{
background-color: #8CCFB0;
}
.BgClassName
{
background-color: #8CCFB0;
}
</style>
border-color css
<style>
span { border-color: #8CCFB0; }
span { border-color: rgb(140,207,176); }
td.TdClassName
{
border-color: #8CCFB0;
}
.TagClassName
{
border-color: #8CCFB0;
}
</style>