#9BD8B9

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

Shades of Vista Blue #9BD8B9

Tints of Vista Blue #9BD8B9

Color information

#9BD8B9 (or 0x9BD8B9) is unknown color: approx Vista Blue. HEX triplet: 9B, D8 and B9. RGB value is (155,216,185). Sum of RGB (Red+Green+Blue) = 155+216+185=556 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.88% from 556); Green value is 216 (84.77% from 255 or 38.85% from 556); Blue value is 185 (72.66% from 255 or 33.27% from 556); Max value from RGB is 216 - color contains mainly: green. Hex color #9BD8B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD8B9 is #642746. Grayscale: #C2C2C2. Windows color (decimal): -6563655 or 12179611. OLE color: 12179611.

HSL color Cylindrical-coordinate representation of color #9BD8B9: hue angle of 149.51º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BD8B9 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB155216185-
CMYK0.2800.140.15
HSL149.51º43.88%72.75%-
HSV(B)149.51º28.24%84.71%-
XYZ46.8359.5854.93-
YUV194.23122.79100.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.88%
GREEN value IS 216 (84.77% from 255) = 38.85%
BLUE value IS 185 (72.66% from 255) = 33.27%
R=27.88%
G=38.85%
B=33.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1552161850.2800.140.15149.5143.8872.75
Hex9BD8B91C0EF962c49
Octal233330271340161722654111
Binary10011011110110001011100111100011101111100101101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,216,185); }

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

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

 a { background-color: rgb(155,216,185); }

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

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

 span { border-color: rgb(155,216,185); }

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