#9BCAB0

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

Shades of Vista Blue #9BCAB0

Tints of Vista Blue #9BCAB0

Color information

#9BCAB0 (or 0x9BCAB0) is unknown color: approx Vista Blue. HEX triplet: 9B, CA and B0. RGB value is (155,202,176). Sum of RGB (Red+Green+Blue) = 155+202+176=533 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.08% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 176 (69.14% from 255 or 33.02% from 533); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCAB0 is #64354F. Grayscale: #B9B9B9. Windows color (decimal): -6567248 or 11586203. OLE color: 11586203.

HSL color Cylindrical-coordinate representation of color #9BCAB0: hue angle of 146.81º 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 #9BCAB0 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB155202176-
CMYK0.2300.130.21
HSL146.81º30.72%70%-
HSV(B)146.81º23.27%79.22%-
XYZ42.4752.3448.94-
YUV184.98122.93106.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.08%
GREEN value IS 202 (79.30% from 255) = 37.90%
BLUE value IS 176 (69.14% from 255) = 33.02%
R=29.08%
G=37.90%
B=33.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1552021760.2300.130.21146.8130.7270
Hex9BCAB0170D15931f46
Octal233312260270152522337106
Binary10011011110010101011000010111011011010110010011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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