#9AC9B0

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

Shades of Vista Blue #9AC9B0

Tints of Vista Blue #9AC9B0

Color information

#9AC9B0 (or 0x9AC9B0) is unknown color: approx Vista Blue. HEX triplet: 9A, C9 and B0. RGB value is (154,201,176). Sum of RGB (Red+Green+Blue) = 154+201+176=531 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.00% from 531); Green value is 201 (78.91% from 255 or 37.85% from 531); Blue value is 176 (69.14% from 255 or 33.15% from 531); Max value from RGB is 201 - color contains mainly: green. Hex color #9AC9B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC9B0 is #65364F. Grayscale: #B8B8B8. Windows color (decimal): -6633040 or 11585946. OLE color: 11585946.

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

Color convert

RGB154201176-
CMYK0.2300.120.21
HSL148.09º30.32%69.61%-
HSV(B)148.09º23.38%78.82%-
XYZ42.0551.7848.85-
YUV184.1123.43106.53-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.00%
GREEN value IS 201 (78.91% from 255) = 37.85%
BLUE value IS 176 (69.14% from 255) = 33.15%
R=29.00%
G=37.85%
B=33.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1542011760.2300.120.21148.0930.3269.61
Hex9AC9B0170C15941e46
Octal232311260270142522436106
Binary10011010110010011011000010111011001010110010100111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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