#9ACFAD

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

Shades of Vista Blue #9ACFAD

Tints of Vista Blue #9ACFAD

Color information

#9ACFAD (or 0x9ACFAD) is unknown color: approx Vista Blue. HEX triplet: 9A, CF and AD. RGB value is (154,207,173). Sum of RGB (Red+Green+Blue) = 154+207+173=534 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.84% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 173 (67.97% from 255 or 32.40% from 534); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACFAD is #653052. Grayscale: #BBBBBB. Windows color (decimal): -6631507 or 11390874. OLE color: 11390874.

HSL color Cylindrical-coordinate representation of color #9ACFAD: hue angle of 141.51º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9ACFAD is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB154207173-
CMYK0.2600.160.19
HSL141.51º35.57%70.78%-
HSV(B)141.51º25.6%81.18%-
XYZ43.1854.5147.78-
YUV187.28119.94104.26-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.84%
GREEN value IS 207 (81.25% from 255) = 38.76%
BLUE value IS 173 (67.97% from 255) = 32.40%
R=28.84%
G=38.76%
B=32.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1542071730.2600.160.19141.5135.5770.78
Hex9ACFAD1A010138e2447
Octal232317255320202321644107
Binary1001101011001111101011011101001000010011100011101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,207,173); }

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

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

 a { background-color: rgb(154,207,173); }

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

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

 span { border-color: rgb(154,207,173); }

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