#9FDAB9

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

Shades of Vista Blue #9FDAB9

Tints of Vista Blue #9FDAB9

Color information

#9FDAB9 (or 0x9FDAB9) is unknown color: approx Vista Blue. HEX triplet: 9F, DA and B9. RGB value is (159,218,185). Sum of RGB (Red+Green+Blue) = 159+218+185=562 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.29% from 562); Green value is 218 (85.55% from 255 or 38.79% from 562); Blue value is 185 (72.66% from 255 or 32.92% from 562); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDAB9 is #602546. Grayscale: #C4C4C4. Windows color (decimal): -6300999 or 12180127. OLE color: 12180127.

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

Color convert

RGB159218185-
CMYK0.2700.150.15
HSL146.44º44.36%73.92%-
HSV(B)146.44º27.06%85.49%-
XYZ48.1361.0255.14-
YUV196.6121.45101.18-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.29%
GREEN value IS 218 (85.55% from 255) = 38.79%
BLUE value IS 185 (72.66% from 255) = 32.92%
R=28.29%
G=38.79%
B=32.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1592181850.2700.150.15146.4444.3673.92
Hex9FDAB91B0FF922c4a
Octal237332271330171722254112
Binary10011111110110101011100111011011111111100100101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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