#9BD4BE

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

Shades of Vista Blue #9BD4BE

Tints of Vista Blue #9BD4BE

Color information

#9BD4BE (or 0x9BD4BE) is unknown color: approx Vista Blue. HEX triplet: 9B, D4 and BE. RGB value is (155,212,190). Sum of RGB (Red+Green+Blue) = 155+212+190=557 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.83% from 557); Green value is 212 (83.20% from 255 or 38.06% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 212 - color contains mainly: green. Hex color #9BD4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD4BE is #642B41. Grayscale: #C0C0C0. Windows color (decimal): -6564674 or 12506267. OLE color: 12506267.

HSL color Cylindrical-coordinate representation of color #9BD4BE: hue angle of 156.84º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9BD4BE is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB155212190-
CMYK0.2700.100.17
HSL156.84º39.86%71.96%-
HSV(B)156.84º26.89%83.14%-
XYZ46.3657.7757.42-
YUV192.45126.62101.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.83%
GREEN value IS 212 (83.20% from 255) = 38.06%
BLUE value IS 190 (74.61% from 255) = 34.11%
R=27.83%
G=38.06%
B=34.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1552121900.2700.100.17156.8439.8671.96
Hex9BD4BE1B0A119d2848
Octal233324276330122123550110
Binary100110111101010010111110110110101010001100111011010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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