#9ACFB2

Color #9ACFB2 Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #9ACFB2

Tints of Vista Blue #9ACFB2

Color information

#9ACFB2 (or 0x9ACFB2) is unknown color: approx Vista Blue. HEX triplet: 9A, CF and B2. RGB value is (154,207,178). Sum of RGB (Red+Green+Blue) = 154+207+178=539 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.57% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 178 (69.92% from 255 or 33.02% from 539); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACFB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACFB2 is #65304D. Grayscale: #BBBBBB. Windows color (decimal): -6631502 or 11718554. OLE color: 11718554.

HSL color Cylindrical-coordinate representation of color #9ACFB2: hue angle of 147.17º 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 #9ACFB2 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB154207178-
CMYK0.2600.140.19
HSL147.17º35.57%70.78%-
HSV(B)147.17º25.6%81.18%-
XYZ43.6854.7150.38-
YUV187.85122.44103.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 154 (60.55% from 255) = 28.57%
GREEN value IS 207 (81.25% from 255) = 38.40%
BLUE value IS 178 (69.92% from 255) = 33.02%
R=28.57%
G=38.40%
B=33.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1542071780.2600.140.19147.1735.5770.78
Hex9ACFB21A0E13932447
Octal232317262320162322344107
Binary100110101100111110110010110100111010011100100111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ACFB2; }

 p { color: rgb(154,207,178); }

 H1.HeaderClassName
 {
   color: #9ACFB2;
 }
 .AnyTagClassName
 {
   color: #9ACFB2;
 }
</style>
background-color css

<style>
 a { background-color: #9ACFB2; }

 a { background-color: rgb(154,207,178); }

 div.DivClassName
 {
   background-color: #9ACFB2;
 }
 .BgClassName
 {
   background-color: #9ACFB2;
 }
</style>
border-color css

<style>
 span { border-color: #9ACFB2; }

 span { border-color: rgb(154,207,178); }

 td.TdClassName
 {
   border-color: #9ACFB2;
 }
 .TagClassName
 {
   border-color: #9ACFB2;
 }
</style>