#9FC9B6

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

Shades of Vista Blue #9FC9B6

Tints of Vista Blue #9FC9B6

Color information

#9FC9B6 (or 0x9FC9B6) is unknown color: approx Vista Blue. HEX triplet: 9F, C9 and B6. RGB value is (159,201,182). Sum of RGB (Red+Green+Blue) = 159+201+182=542 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.34% from 542); Green value is 201 (78.91% from 255 or 37.08% from 542); Blue value is 182 (71.48% from 255 or 33.58% from 542); Max value from RGB is 201 - color contains mainly: green. Hex color #9FC9B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC9B6 is #603649. Grayscale: #BABABA. Windows color (decimal): -6305354 or 11979167. OLE color: 11979167.

HSL color Cylindrical-coordinate representation of color #9FC9B6: hue angle of 152.86º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FC9B6 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB159201182-
CMYK0.2100.090.21
HSL152.86º28%70.59%-
HSV(B)152.86º20.9%78.82%-
XYZ43.6352.5252.09-
YUV186.28125.59108.54-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.34%
GREEN value IS 201 (78.91% from 255) = 37.08%
BLUE value IS 182 (71.48% from 255) = 33.58%
R=29.34%
G=37.08%
B=33.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1592011820.2100.090.21152.862870.59
Hex9FC9B6150915991c47
Octal237311266250112523134107
Binary10011111110010011011011010101010011010110011001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,201,182); }

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

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

 a { background-color: rgb(159,201,182); }

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

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

 span { border-color: rgb(159,201,182); }

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