#9AC8B2

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

Shades of Vista Blue #9AC8B2

Tints of Vista Blue #9AC8B2

Color information

#9AC8B2 (or 0x9AC8B2) is unknown color: approx Vista Blue. HEX triplet: 9A, C8 and B2. RGB value is (154,200,178). Sum of RGB (Red+Green+Blue) = 154+200+178=532 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.95% from 532); Green value is 200 (78.52% from 255 or 37.59% from 532); Blue value is 178 (69.92% from 255 or 33.46% from 532); Max value from RGB is 200 - color contains mainly: green. Hex color #9AC8B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC8B2 is #65374D. Grayscale: #B7B7B7. Windows color (decimal): -6633294 or 11716762. OLE color: 11716762.

HSL color Cylindrical-coordinate representation of color #9AC8B2: hue angle of 151.3º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9AC8B2 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB154200178-
CMYK0.2300.110.22
HSL151.3º29.49%69.41%-
HSV(B)151.3º23%78.43%-
XYZ42.0251.3949.82-
YUV183.74124.76106.79-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.95%
GREEN value IS 200 (78.52% from 255) = 37.59%
BLUE value IS 178 (69.92% from 255) = 33.46%
R=28.95%
G=37.59%
B=33.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1542001780.2300.110.22151.329.4969.41
Hex9AC8B2170B16971d45
Octal232310262270132622735105
Binary10011010110010001011001010111010111011010010111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC8B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,200,178); }

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

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

 a { background-color: rgb(154,200,178); }

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

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

 span { border-color: rgb(154,200,178); }

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