#9FDAC1

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

Shades of Vista Blue #9FDAC1

Tints of Vista Blue #9FDAC1

Color information

#9FDAC1 (or 0x9FDAC1) is unknown color: approx Vista Blue. HEX triplet: 9F, DA and C1. RGB value is (159,218,193). Sum of RGB (Red+Green+Blue) = 159+218+193=570 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.89% from 570); Green value is 218 (85.55% from 255 or 38.25% from 570); Blue value is 193 (75.78% from 255 or 33.86% from 570); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDAC1 is #60253E. Grayscale: #C5C5C5. Windows color (decimal): -6300991 or 12704415. OLE color: 12704415.

HSL color Cylindrical-coordinate representation of color #9FDAC1: hue angle of 154.58º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FDAC1 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB159218193-
CMYK0.2700.110.15
HSL154.58º44.36%73.92%-
HSV(B)154.58º27.06%85.49%-
XYZ4961.3659.71-
YUV197.51125.45100.53-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.89%
GREEN value IS 218 (85.55% from 255) = 38.25%
BLUE value IS 193 (75.78% from 255) = 33.86%
R=27.89%
G=38.25%
B=33.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1592181930.2700.110.15154.5844.3673.92
Hex9FDAC11B0BF9b2c4a
Octal237332301330131723354112
Binary10011111110110101100000111011010111111100110111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,218,193); }

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

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

 a { background-color: rgb(159,218,193); }

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

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

 span { border-color: rgb(159,218,193); }

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