#9FDBB2

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

Shades of Vista Blue #9FDBB2

Tints of Vista Blue #9FDBB2

Color information

#9FDBB2 (or 0x9FDBB2) is unknown color: approx Vista Blue. HEX triplet: 9F, DB and B2. RGB value is (159,219,178). Sum of RGB (Red+Green+Blue) = 159+219+178=556 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.60% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 178 (69.92% from 255 or 32.01% from 556); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDBB2 is #60244D. Grayscale: #C4C4C4. Windows color (decimal): -6300750 or 11721631. OLE color: 11721631.

HSL color Cylindrical-coordinate representation of color #9FDBB2: hue angle of 139º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FDBB2 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB159219178-
CMYK0.2700.190.14
HSL139º45.45%74.12%-
HSV(B)139º27.4%85.88%-
XYZ47.6761.2551.43-
YUV196.39117.62101.33-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.60%
GREEN value IS 219 (85.94% from 255) = 39.39%
BLUE value IS 178 (69.92% from 255) = 32.01%
R=28.60%
G=39.39%
B=32.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1592191780.2700.190.1413945.4574.12
Hex9FDBB21B013E8b2d4a
Octal237333262330231621355112
Binary100111111101101110110010110110100111110100010111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,219,178); }

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

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

 a { background-color: rgb(159,219,178); }

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

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

 span { border-color: rgb(159,219,178); }

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