#9FCAB6

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

Shades of Vista Blue #9FCAB6

Tints of Vista Blue #9FCAB6

Color information

#9FCAB6 (or 0x9FCAB6) is unknown color: approx Vista Blue. HEX triplet: 9F, CA and B6. RGB value is (159,202,182). Sum of RGB (Red+Green+Blue) = 159+202+182=543 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.28% from 543); Green value is 202 (79.30% from 255 or 37.20% from 543); Blue value is 182 (71.48% from 255 or 33.52% from 543); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCAB6 is #603549. Grayscale: #BABABA. Windows color (decimal): -6305098 or 11979423. OLE color: 11979423.

HSL color Cylindrical-coordinate representation of color #9FCAB6: hue angle of 152.09º degrees, saturation: 0.29, 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 #9FCAB6 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB159202182-
CMYK0.2100.100.21
HSL152.09º28.86%70.78%-
HSV(B)152.09º21.29%79.22%-
XYZ43.8652.9952.17-
YUV186.86125.25108.13-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.28%
GREEN value IS 202 (79.30% from 255) = 37.20%
BLUE value IS 182 (71.48% from 255) = 33.52%
R=29.28%
G=37.20%
B=33.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1592021820.2100.100.21152.0928.8670.78
Hex9FCAB6150A15981d47
Octal237312266250122523035107
Binary10011111110010101011011010101010101010110011000111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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