#9FDABD

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

Shades of Vista Blue #9FDABD

Tints of Vista Blue #9FDABD

Color information

#9FDABD (or 0x9FDABD) is unknown color: approx Vista Blue. HEX triplet: 9F, DA and BD. RGB value is (159,218,189). Sum of RGB (Red+Green+Blue) = 159+218+189=566 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.09% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 189 (74.22% from 255 or 33.39% from 566); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDABD is #602542. Grayscale: #C5C5C5. Windows color (decimal): -6300995 or 12442271. OLE color: 12442271.

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

Color convert

RGB159218189-
CMYK0.2700.130.15
HSL150.51º44.36%73.92%-
HSV(B)150.51º27.06%85.49%-
XYZ48.5561.1957.4-
YUV197.05123.45100.86-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.09%
GREEN value IS 218 (85.55% from 255) = 38.52%
BLUE value IS 189 (74.22% from 255) = 33.39%
R=28.09%
G=38.52%
B=33.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1592181890.2700.130.15150.5144.3673.92
Hex9FDABD1B0DF972c4a
Octal237332275330151722754112
Binary10011111110110101011110111011011011111100101111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,218,189); }

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

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

 a { background-color: rgb(159,218,189); }

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

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

 span { border-color: rgb(159,218,189); }

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