#9ACDB0

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

Shades of Vista Blue #9ACDB0

Tints of Vista Blue #9ACDB0

Color information

#9ACDB0 (or 0x9ACDB0) is unknown color: approx Vista Blue. HEX triplet: 9A, CD and B0. RGB value is (154,205,176). Sum of RGB (Red+Green+Blue) = 154+205+176=535 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.79% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 176 (69.14% from 255 or 32.90% from 535); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACDB0 is #65324F. Grayscale: #BABABA. Windows color (decimal): -6632016 or 11586970. OLE color: 11586970.

HSL color Cylindrical-coordinate representation of color #9ACDB0: hue angle of 145.88º 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 #9ACDB0 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB154205176-
CMYK0.2500.140.20
HSL145.88º33.77%70.39%-
HSV(B)145.88º24.88%80.39%-
XYZ42.9953.6749.17-
YUV186.44122.1104.86-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.79%
GREEN value IS 205 (80.47% from 255) = 38.32%
BLUE value IS 176 (69.14% from 255) = 32.90%
R=28.79%
G=38.32%
B=32.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1542051760.2500.140.20145.8833.7770.39
Hex9ACDB0190E14922246
Octal232315260310162422242106
Binary100110101100110110110000110010111010100100100101000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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