#9BCDB4

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

Shades of Vista Blue #9BCDB4

Tints of Vista Blue #9BCDB4

Color information

#9BCDB4 (or 0x9BCDB4) is unknown color: approx Vista Blue. HEX triplet: 9B, CD and B4. RGB value is (155,205,180). Sum of RGB (Red+Green+Blue) = 155+205+180=540 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.70% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 180 (70.70% from 255 or 33.33% from 540); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCDB4 is #64324B. Grayscale: #BBBBBB. Windows color (decimal): -6566476 or 11849115. OLE color: 11849115.

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

Color convert

RGB155205180-
CMYK0.2400.120.20
HSL150º33.33%70.59%-
HSV(B)150º24.39%80.39%-
XYZ43.5953.9351.29-
YUV187.2123.94105.03-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.70%
GREEN value IS 205 (80.47% from 255) = 37.96%
BLUE value IS 180 (70.70% from 255) = 33.33%
R=28.70%
G=37.96%
B=33.33%

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
Decimal1552051800.2400.120.2015033.3370.59
Hex9BCDB4180C14962147
Octal233315264300142422641107
Binary100110111100110110110100110000110010100100101101000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,205,180); }

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

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

 a { background-color: rgb(155,205,180); }

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

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

 span { border-color: rgb(155,205,180); }

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