#9BCAAD

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

Shades of Vista Blue #9BCAAD

Tints of Vista Blue #9BCAAD

Color information

#9BCAAD (or 0x9BCAAD) is unknown color: approx Vista Blue. HEX triplet: 9B, CA and AD. RGB value is (155,202,173). Sum of RGB (Red+Green+Blue) = 155+202+173=530 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.25% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCAAD is #643552. Grayscale: #B8B8B8. Windows color (decimal): -6567251 or 11389595. OLE color: 11389595.

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

Color convert

RGB155202173-
CMYK0.2300.140.21
HSL142.98º30.72%70%-
HSV(B)142.98º23.27%79.22%-
XYZ42.1852.2347.39-
YUV184.64121.43106.86-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.25%
GREEN value IS 202 (79.30% from 255) = 38.11%
BLUE value IS 173 (67.97% from 255) = 32.64%
R=29.25%
G=38.11%
B=32.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1552021730.2300.140.21142.9830.7270
Hex9BCAAD170E158f1f46
Octal233312255270162521737106
Binary10011011110010101010110110111011101010110001111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,202,173); }

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

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

 a { background-color: rgb(155,202,173); }

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

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

 span { border-color: rgb(155,202,173); }

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