#9BDCB1

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

Shades of Vista Blue #9BDCB1

Tints of Vista Blue #9BDCB1

Color information

#9BDCB1 (or 0x9BDCB1) is unknown color: approx Vista Blue. HEX triplet: 9B, DC and B1. RGB value is (155,220,177). Sum of RGB (Red+Green+Blue) = 155+220+177=552 (73% of max value = 765). Red value is 155 (60.94% from 255 or 28.08% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 177 (69.53% from 255 or 32.07% from 552); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDCB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDCB1 is #64234E. Grayscale: #C3C3C3. Windows color (decimal): -6562639 or 11656347. OLE color: 11656347.

HSL color Cylindrical-coordinate representation of color #9BDCB1: hue angle of 140.31º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDCB1 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB155220177-
CMYK0.3000.200.14
HSL140.31º48.15%73.53%-
HSV(B)140.31º29.55%86.27%-
XYZ47.0561.3350.95-
YUV195.66117.4799-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.08%
GREEN value IS 220 (86.33% from 255) = 39.86%
BLUE value IS 177 (69.53% from 255) = 32.07%
R=28.08%
G=39.86%
B=32.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1552201770.3000.200.14140.3148.1573.53
Hex9BDCB11E014E8c304a
Octal233334261360241621460112
Binary100110111101110010110001111100101001110100011001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,220,177); }

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

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

 a { background-color: rgb(155,220,177); }

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

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

 span { border-color: rgb(155,220,177); }

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