#9BD2AF

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

Shades of Vista Blue #9BD2AF

Tints of Vista Blue #9BD2AF

Color information

#9BD2AF (or 0x9BD2AF) is unknown color: approx Vista Blue. HEX triplet: 9B, D2 and AF. RGB value is (155,210,175). Sum of RGB (Red+Green+Blue) = 155+210+175=540 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.70% from 540); Green value is 210 (82.42% from 255 or 38.89% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 210 - color contains mainly: green. Hex color #9BD2AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD2AF is #642D50. Grayscale: #BDBDBD. Windows color (decimal): -6565201 or 11522715. OLE color: 11522715.

HSL color Cylindrical-coordinate representation of color #9BD2AF: hue angle of 141.82º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9BD2AF is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB155210175-
CMYK0.2600.170.18
HSL141.82º37.93%71.57%-
HSV(B)141.82º26.19%82.35%-
XYZ44.356.1649.06-
YUV189.56119.78103.35-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.70%
GREEN value IS 210 (82.42% from 255) = 38.89%
BLUE value IS 175 (68.75% from 255) = 32.41%
R=28.70%
G=38.89%
B=32.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1552101750.2600.170.18141.8237.9371.57
Hex9BD2AF1A011128e2648
Octal233322257320212221646110
Binary1001101111010010101011111101001000110010100011101001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,210,175); }

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

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

 a { background-color: rgb(155,210,175); }

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

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

 span { border-color: rgb(155,210,175); }

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