#9BD4B5

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

Shades of Vista Blue #9BD4B5

Tints of Vista Blue #9BD4B5

Color information

#9BD4B5 (or 0x9BD4B5) is unknown color: approx Vista Blue. HEX triplet: 9B, D4 and B5. RGB value is (155,212,181). Sum of RGB (Red+Green+Blue) = 155+212+181=548 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.28% from 548); Green value is 212 (83.20% from 255 or 38.69% from 548); Blue value is 181 (71.09% from 255 or 33.03% from 548); Max value from RGB is 212 - color contains mainly: green. Hex color #9BD4B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD4B5 is #642B4A. Grayscale: #BFBFBF. Windows color (decimal): -6564683 or 11916443. OLE color: 11916443.

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

Color convert

RGB155212181-
CMYK0.2700.150.17
HSL147.37º39.86%71.96%-
HSV(B)147.37º26.89%83.14%-
XYZ45.457.3952.4-
YUV191.42122.12102.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.28%
GREEN value IS 212 (83.20% from 255) = 38.69%
BLUE value IS 181 (71.09% from 255) = 33.03%
R=28.28%
G=38.69%
B=33.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1552121810.2700.150.17147.3739.8671.96
Hex9BD4B51B0F11932848
Octal233324265330172122350110
Binary100110111101010010110101110110111110001100100111010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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