Shades of Vista Blue #9ACFB6
Tints of Vista Blue #9ACFB6
RGB
CMYK
RGB Variations
Color information
#9ACFB6 (or 0x9ACFB6) is known color: Vista Blue. HEX triplet: 9A, CF and B6. RGB value is (154,207,182). Sum of RGB (Red+Green+Blue) = 154+207+182=543 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.36% from 543); Green value is 207 (81.25% from 255 or 38.12% from 543); Blue value is 182 (71.48% from 255 or 33.52% from 543); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACFB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACFB6 is #653049. Grayscale: #BCBCBC. Windows color (decimal): -6631498 or 11980698. OLE color: 11980698.
HSL color Cylindrical-coordinate representation of color #9ACFB6: hue angle of 151.7º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9ACFB6 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 207 | 182 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.19 |
| HSL | 151.7º | 0.36% | 0.71% | - |
| HSV(B) | 151.7º | 0.26% | 0.81% | - |
| XYZ | 44.08 | 54.87 | 52.52 | - |
| YUV | 188.3 | 124.44 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 207 | 182 | 0.26 | 0 | 0.12 | 0.19 | 151.7 | 0.36 | 0.71 |
| Hex | 9A | CF | B6 | 1A | 0 | C | 13 | 98 | 24 | 47 |
| Octal | 232 | 317 | 266 | 32 | 0 | 14 | 23 | 230 | 44 | 107 |
| Binary | 10011010 | 11001111 | 10110110 | 11010 | 0 | 1100 | 10011 | 10011000 | 100100 | 1000111 |
Color Harmonies of #9ACFB6
Complementary color
Monochromatic Colors of #9ACFB6
Black with #9ACFB6
Text Example
Text Example
White with #9ACFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACFB6; }
p { color: rgb(154,207,182); }
H1.HeaderClassName
{
color: #9ACFB6;
}
.AnyTagClassName
{
color: #9ACFB6;
}
</style>
background-color css
<style>
a { background-color: #9ACFB6; }
a { background-color: rgb(154,207,182); }
div.DivClassName
{
background-color: #9ACFB6;
}
.BgClassName
{
background-color: #9ACFB6;
}
</style>
border-color css
<style>
span { border-color: #9ACFB6; }
span { border-color: rgb(154,207,182); }
td.TdClassName
{
border-color: #9ACFB6;
}
.TagClassName
{
border-color: #9ACFB6;
}
</style>