#9BCBB2

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

Shades of Vista Blue #9BCBB2

Tints of Vista Blue #9BCBB2

Color information

#9BCBB2 (or 0x9BCBB2) is unknown color: approx Vista Blue. HEX triplet: 9B, CB and B2. RGB value is (155,203,178). Sum of RGB (Red+Green+Blue) = 155+203+178=536 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.92% from 536); Green value is 203 (79.69% from 255 or 37.87% from 536); Blue value is 178 (69.92% from 255 or 33.21% from 536); Max value from RGB is 203 - color contains mainly: green. Hex color #9BCBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCBB2 is #64344D. Grayscale: #B9B9B9. Windows color (decimal): -6566990 or 11717531. OLE color: 11717531.

HSL color Cylindrical-coordinate representation of color #9BCBB2: hue angle of 148.75º 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 #9BCBB2 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB155203178-
CMYK0.2400.120.20
HSL148.75º31.58%70.2%-
HSV(B)148.75º23.65%79.61%-
XYZ42.9152.8950.07-
YUV185.8123.6106.03-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.92%
GREEN value IS 203 (79.69% from 255) = 37.87%
BLUE value IS 178 (69.92% from 255) = 33.21%
R=28.92%
G=37.87%
B=33.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1552031780.2400.120.20148.7531.5870.2
Hex9BCBB2180C14952046
Octal233313262300142422540106
Binary100110111100101110110010110000110010100100101011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,203,178); }

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

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

 a { background-color: rgb(155,203,178); }

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

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

 span { border-color: rgb(155,203,178); }

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