Shades of Vista Blue #8CCFB1
Tints of Vista Blue #8CCFB1
RGB
CMYK
RGB Variations
Color information
#8CCFB1 (or 0x8CCFB1) is known color: Vista Blue. HEX triplet: 8C, CF and B1. RGB value is (140,207,177). Sum of RGB (Red+Green+Blue) = 140+207+177=524 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.72% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 177 (69.53% from 255 or 33.78% from 524); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCFB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCFB1 is #73304E. Grayscale: #B7B7B7. Windows color (decimal): -7549007 or 11653004. OLE color: 11653004.
HSL color Cylindrical-coordinate representation of color #8CCFB1: hue angle of 153.13º 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 #8CCFB1 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 207 | 177 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.19 |
| HSL | 153.13º | 0.41% | 0.68% | - |
| HSV(B) | 153.13º | 0.32% | 0.81% | - |
| XYZ | 41.06 | 53.38 | 49.73 | - |
| YUV | 183.55 | 124.3 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 207 | 177 | 0.32 | 0 | 0.14 | 0.19 | 153.13 | 0.41 | 0.68 |
| Hex | 8C | CF | B1 | 20 | 0 | E | 13 | 99 | 29 | 44 |
| Octal | 214 | 317 | 261 | 40 | 0 | 16 | 23 | 231 | 51 | 104 |
| Binary | 10001100 | 11001111 | 10110001 | 100000 | 0 | 1110 | 10011 | 10011001 | 101001 | 1000100 |
Color Harmonies of #8CCFB1
Complementary color
Monochromatic Colors of #8CCFB1
Black with #8CCFB1
Text Example
Text Example
White with #8CCFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCFB1; }
p { color: rgb(140,207,177); }
H1.HeaderClassName
{
color: #8CCFB1;
}
.AnyTagClassName
{
color: #8CCFB1;
}
</style>
background-color css
<style>
a { background-color: #8CCFB1; }
a { background-color: rgb(140,207,177); }
div.DivClassName
{
background-color: #8CCFB1;
}
.BgClassName
{
background-color: #8CCFB1;
}
</style>
border-color css
<style>
span { border-color: #8CCFB1; }
span { border-color: rgb(140,207,177); }
td.TdClassName
{
border-color: #8CCFB1;
}
.TagClassName
{
border-color: #8CCFB1;
}
</style>