#9FCAB7

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

Shades of Vista Blue #9FCAB7

Tints of Vista Blue #9FCAB7

Color information

#9FCAB7 (or 0x9FCAB7) is unknown color: approx Vista Blue. HEX triplet: 9F, CA and B7. RGB value is (159,202,183). Sum of RGB (Red+Green+Blue) = 159+202+183=544 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.23% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 183 (71.88% from 255 or 33.64% from 544); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCAB7 is #603548. Grayscale: #BBBBBB. Windows color (decimal): -6305097 or 12044959. OLE color: 12044959.

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

Color convert

RGB159202183-
CMYK0.2100.090.21
HSL153.49º28.86%70.78%-
HSV(B)153.49º21.29%79.22%-
XYZ43.9753.0352.72-
YUV186.98125.75108.04-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.23%
GREEN value IS 202 (79.30% from 255) = 37.13%
BLUE value IS 183 (71.88% from 255) = 33.64%
R=29.23%
G=37.13%
B=33.64%

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
Decimal1592021830.2100.090.21153.4928.8670.78
Hex9FCAB7150915991d47
Octal237312267250112523135107
Binary10011111110010101011011110101010011010110011001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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