#9ACBAE

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

Shades of Vista Blue #9ACBAE

Tints of Vista Blue #9ACBAE

Color information

#9ACBAE (or 0x9ACBAE) is unknown color: approx Vista Blue. HEX triplet: 9A, CB and AE. RGB value is (154,203,174). Sum of RGB (Red+Green+Blue) = 154+203+174=531 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.00% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 174 (68.36% from 255 or 32.77% from 531); Max value from RGB is 203 - color contains mainly: green. Hex color #9ACBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACBAE is #653451. Grayscale: #B9B9B9. Windows color (decimal): -6632530 or 11455386. OLE color: 11455386.

HSL color Cylindrical-coordinate representation of color #9ACBAE: hue angle of 144.49º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9ACBAE is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB154203174-
CMYK0.2400.140.20
HSL144.49º32.03%70%-
HSV(B)144.49º24.14%79.61%-
XYZ42.3252.6447.97-
YUV185.04121.77105.86-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.00%
GREEN value IS 203 (79.69% from 255) = 38.23%
BLUE value IS 174 (68.36% from 255) = 32.77%
R=29.00%
G=38.23%
B=32.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1542031740.2400.140.20144.4932.0370
Hex9ACBAE180E14902046
Octal232313256300162422040106
Binary100110101100101110101110110000111010100100100001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,203,174); }

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

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

 a { background-color: rgb(154,203,174); }

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

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

 span { border-color: rgb(154,203,174); }

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