#9BCAB5

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

Shades of Vista Blue #9BCAB5

Tints of Vista Blue #9BCAB5

Color information

#9BCAB5 (or 0x9BCAB5) is unknown color: approx Vista Blue. HEX triplet: 9B, CA and B5. RGB value is (155,202,181). Sum of RGB (Red+Green+Blue) = 155+202+181=538 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.81% from 538); Green value is 202 (79.30% from 255 or 37.55% from 538); Blue value is 181 (71.09% from 255 or 33.64% from 538); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCAB5 is #64354A. Grayscale: #B9B9B9. Windows color (decimal): -6567243 or 11913883. OLE color: 11913883.

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

Color convert

RGB155202181-
CMYK0.2300.100.21
HSL153.19º30.72%70%-
HSV(B)153.19º23.27%79.22%-
XYZ42.9852.5551.59-
YUV185.55125.43106.21-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.81%
GREEN value IS 202 (79.30% from 255) = 37.55%
BLUE value IS 181 (71.09% from 255) = 33.64%
R=28.81%
G=37.55%
B=33.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1552021810.2300.100.21153.1930.7270
Hex9BCAB5170A15991f46
Octal233312265270122523137106
Binary10011011110010101011010110111010101010110011001111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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