#A0CDB3

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

Shades of Vista Blue #A0CDB3

Tints of Vista Blue #A0CDB3

Color information

#A0CDB3 (or 0xA0CDB3) is unknown color: approx Vista Blue. HEX triplet: A0, CD and B3. RGB value is (160,205,179). Sum of RGB (Red+Green+Blue) = 160+205+179=544 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.41% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 179 (70.31% from 255 or 32.90% from 544); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CDB3 is #5F324C. Grayscale: #BCBCBC. Windows color (decimal): -6238797 or 11783584. OLE color: 11783584.

HSL color Cylindrical-coordinate representation of color #A0CDB3: hue angle of 145.33º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0CDB3 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB160205179-
CMYK0.2200.130.20
HSL145.33º31.03%71.57%-
HSV(B)145.33º21.95%80.39%-
XYZ44.4754.3950.8-
YUV188.58122.59107.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.41%
GREEN value IS 205 (80.47% from 255) = 37.68%
BLUE value IS 179 (70.31% from 255) = 32.90%
R=29.41%
G=37.68%
B=32.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1602051790.2200.130.20145.3331.0371.57
HexA0CDB3160D14911f48
Octal240315263260152422137110
Binary10100000110011011011001110110011011010010010001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CDB3; }

 p { color: rgb(160,205,179); }

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

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

 a { background-color: rgb(160,205,179); }

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

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

 span { border-color: rgb(160,205,179); }

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