#A2CDBA

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

Shades of Vista Blue #A2CDBA

Tints of Vista Blue #A2CDBA

Color information

#A2CDBA (or 0xA2CDBA) is unknown color: approx Vista Blue. HEX triplet: A2, CD and BA. RGB value is (162,205,186). Sum of RGB (Red+Green+Blue) = 162+205+186=553 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.29% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 205 - color contains mainly: green. Hex color #A2CDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CDBA is #5D3245. Grayscale: #BEBEBE. Windows color (decimal): -6107718 or 12242338. OLE color: 12242338.

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

Color convert

RGB162205186-
CMYK0.2100.090.20
HSL153.49º30.07%71.96%-
HSV(B)153.49º20.98%80.39%-
XYZ45.5954.8954.65-
YUV189.98125.75108.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.29%
GREEN value IS 205 (80.47% from 255) = 37.07%
BLUE value IS 186 (73.05% from 255) = 33.63%
R=29.29%
G=37.07%
B=33.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1622051860.2100.090.20153.4930.0771.96
HexA2CDBA150914991e48
Octal242315272250112423136110
Binary10100010110011011011101010101010011010010011001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CDBA; }

 p { color: rgb(162,205,186); }

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

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

 a { background-color: rgb(162,205,186); }

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

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

 span { border-color: rgb(162,205,186); }

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