#9ACAB0

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

Shades of Vista Blue #9ACAB0

Tints of Vista Blue #9ACAB0

Color information

#9ACAB0 (or 0x9ACAB0) is unknown color: approx Vista Blue. HEX triplet: 9A, CA and B0. RGB value is (154,202,176). Sum of RGB (Red+Green+Blue) = 154+202+176=532 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.95% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 176 (69.14% from 255 or 33.08% from 532); Max value from RGB is 202 - color contains mainly: green. Hex color #9ACAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACAB0 is #65354F. Grayscale: #B8B8B8. Windows color (decimal): -6632784 or 11586202. OLE color: 11586202.

HSL color Cylindrical-coordinate representation of color #9ACAB0: hue angle of 147.5º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9ACAB0 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB154202176-
CMYK0.2400.130.21
HSL147.5º31.17%69.8%-
HSV(B)147.5º23.76%79.22%-
XYZ42.2852.2548.93-
YUV184.68123.1106.11-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.95%
GREEN value IS 202 (79.30% from 255) = 37.97%
BLUE value IS 176 (69.14% from 255) = 33.08%
R=28.95%
G=37.97%
B=33.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1542021760.2400.130.21147.531.1769.8
Hex9ACAB0180D15941f46
Octal232312260300152522437106
Binary10011010110010101011000011000011011010110010100111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,202,176); }

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

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

 a { background-color: rgb(154,202,176); }

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

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

 span { border-color: rgb(154,202,176); }

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