#9AC9B4

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

Shades of Vista Blue #9AC9B4

Tints of Vista Blue #9AC9B4

Color information

#9AC9B4 (or 0x9AC9B4) is unknown color: approx Vista Blue. HEX triplet: 9A, C9 and B4. RGB value is (154,201,180). Sum of RGB (Red+Green+Blue) = 154+201+180=535 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.79% from 535); Green value is 201 (78.91% from 255 or 37.57% from 535); Blue value is 180 (70.70% from 255 or 33.64% from 535); Max value from RGB is 201 - color contains mainly: green. Hex color #9AC9B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC9B4 is #65364B. Grayscale: #B8B8B8. Windows color (decimal): -6633036 or 11848090. OLE color: 11848090.

HSL color Cylindrical-coordinate representation of color #9AC9B4: hue angle of 153.19º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9AC9B4 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB154201180-
CMYK0.2300.100.21
HSL153.19º30.32%69.61%-
HSV(B)153.19º23.38%78.82%-
XYZ42.4551.9450.97-
YUV184.55125.43106.21-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.79%
GREEN value IS 201 (78.91% from 255) = 37.57%
BLUE value IS 180 (70.70% from 255) = 33.64%
R=28.79%
G=37.57%
B=33.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1542011800.2300.100.21153.1930.3269.61
Hex9AC9B4170A15991e46
Octal232311264270122523136106
Binary10011010110010011011010010111010101010110011001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,201,180); }

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

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

 a { background-color: rgb(154,201,180); }

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

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

 span { border-color: rgb(154,201,180); }

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