#9BD8BE

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

Shades of Vista Blue #9BD8BE

Tints of Vista Blue #9BD8BE

Color information

#9BD8BE (or 0x9BD8BE) is unknown color: approx Vista Blue. HEX triplet: 9B, D8 and BE. RGB value is (155,216,190). Sum of RGB (Red+Green+Blue) = 155+216+190=561 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.63% from 561); Green value is 216 (84.77% from 255 or 38.50% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 216 - color contains mainly: green. Hex color #9BD8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD8BE is #642741. Grayscale: #C2C2C2. Windows color (decimal): -6563650 or 12507291. OLE color: 12507291.

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

Color convert

RGB155216190-
CMYK0.2800.120.15
HSL154.43º43.88%72.75%-
HSV(B)154.43º28.24%84.71%-
XYZ47.3759.857.76-
YUV194.8125.2999.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.63%
GREEN value IS 216 (84.77% from 255) = 38.50%
BLUE value IS 190 (74.61% from 255) = 33.87%
R=27.63%
G=38.50%
B=33.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1552161900.2800.120.15154.4343.8872.75
Hex9BD8BE1C0CF9a2c49
Octal233330276340141723254111
Binary10011011110110001011111011100011001111100110101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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