#9BDBB5

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

Shades of Vista Blue #9BDBB5

Tints of Vista Blue #9BDBB5

Color information

#9BDBB5 (or 0x9BDBB5) is unknown color: approx Vista Blue. HEX triplet: 9B, DB and B5. RGB value is (155,219,181). Sum of RGB (Red+Green+Blue) = 155+219+181=555 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.93% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 181 (71.09% from 255 or 32.61% from 555); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDBB5 is #64244A. Grayscale: #C3C3C3. Windows color (decimal): -6562891 or 11918235. OLE color: 11918235.

HSL color Cylindrical-coordinate representation of color #9BDBB5: hue angle of 144.38º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BDBB5 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB155219181-
CMYK0.2900.170.14
HSL144.38º47.06%73.33%-
HSV(B)144.38º29.22%85.88%-
XYZ47.1960.9753-
YUV195.53119.899.09-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.93%
GREEN value IS 219 (85.94% from 255) = 39.46%
BLUE value IS 181 (71.09% from 255) = 32.61%
R=27.93%
G=39.46%
B=32.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1552191810.2900.170.14144.3847.0673.33
Hex9BDBB51D011E902f49
Octal233333265350211622057111
Binary100110111101101110110101111010100011110100100001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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