#9ACBAD

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

Shades of Vista Blue #9ACBAD

Tints of Vista Blue #9ACBAD

Color information

#9ACBAD (or 0x9ACBAD) is unknown color: approx Vista Blue. HEX triplet: 9A, CB and AD. RGB value is (154,203,173). Sum of RGB (Red+Green+Blue) = 154+203+173=530 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.06% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 203 - color contains mainly: green. Hex color #9ACBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACBAD is #653452. Grayscale: #B9B9B9. Windows color (decimal): -6632531 or 11389850. OLE color: 11389850.

HSL color Cylindrical-coordinate representation of color #9ACBAD: hue angle of 143.27º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9ACBAD is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB154203173-
CMYK0.2400.150.20
HSL143.27º32.03%70%-
HSV(B)143.27º24.14%79.61%-
XYZ42.2352.647.46-
YUV184.93121.27105.94-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.06%
GREEN value IS 203 (79.69% from 255) = 38.30%
BLUE value IS 173 (67.97% from 255) = 32.64%
R=29.06%
G=38.30%
B=32.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1542031730.2400.150.20143.2732.0370
Hex9ACBAD180F148f2046
Octal232313255300172421740106
Binary100110101100101110101101110000111110100100011111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,203,173); }

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

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

 a { background-color: rgb(154,203,173); }

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

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

 span { border-color: rgb(154,203,173); }

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