#9FD6BB

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

Shades of Vista Blue #9FD6BB

Tints of Vista Blue #9FD6BB

Color information

#9FD6BB (or 0x9FD6BB) is unknown color: approx Vista Blue. HEX triplet: 9F, D6 and BB. RGB value is (159,214,187). Sum of RGB (Red+Green+Blue) = 159+214+187=560 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.39% from 560); Green value is 214 (83.98% from 255 or 38.21% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 214 - color contains mainly: green. Hex color #9FD6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD6BB is #602944. Grayscale: #C2C2C2. Windows color (decimal): -6302021 or 12310175. OLE color: 12310175.

HSL color Cylindrical-coordinate representation of color #9FD6BB: hue angle of 150.55º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9FD6BB is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB159214187-
CMYK0.2600.130.16
HSL150.55º40.15%73.14%-
HSV(B)150.55º25.7%83.92%-
XYZ47.3159.0555.92-
YUV194.48123.78102.7-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.39%
GREEN value IS 214 (83.98% from 255) = 38.21%
BLUE value IS 187 (73.44% from 255) = 33.39%
R=28.39%
G=38.21%
B=33.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1592141870.2600.130.16150.5540.1573.14
Hex9FD6BB1A0D10972849
Octal237326273320152022750111
Binary100111111101011010111011110100110110000100101111010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,214,187); }

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

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

 a { background-color: rgb(159,214,187); }

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

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

 span { border-color: rgb(159,214,187); }

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