#9ACDAE

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

Shades of Vista Blue #9ACDAE

Tints of Vista Blue #9ACDAE

Color information

#9ACDAE (or 0x9ACDAE) is unknown color: approx Vista Blue. HEX triplet: 9A, CD and AE. RGB value is (154,205,174). Sum of RGB (Red+Green+Blue) = 154+205+174=533 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.89% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 174 (68.36% from 255 or 32.65% from 533); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACDAE is #653251. Grayscale: #BABABA. Windows color (decimal): -6632018 or 11455898. OLE color: 11455898.

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

Color convert

RGB154205174-
CMYK0.2500.150.20
HSL143.53º33.77%70.39%-
HSV(B)143.53º24.88%80.39%-
XYZ42.853.5948.13-
YUV186.22121.1105.02-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.89%
GREEN value IS 205 (80.47% from 255) = 38.46%
BLUE value IS 174 (68.36% from 255) = 32.65%
R=28.89%
G=38.46%
B=32.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1542051740.2500.150.20143.5333.7770.39
Hex9ACDAE190F14902246
Octal232315256310172422042106
Binary100110101100110110101110110010111110100100100001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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