#A0D2BB

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

Shades of Vista Blue #A0D2BB

Tints of Vista Blue #A0D2BB

Color information

#A0D2BB (or 0xA0D2BB) is unknown color: approx Vista Blue. HEX triplet: A0, D2 and BB. RGB value is (160,210,187). Sum of RGB (Red+Green+Blue) = 160+210+187=557 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.73% from 557); Green value is 210 (82.42% from 255 or 37.70% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 210 - color contains mainly: green. Hex color #A0D2BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D2BB is #5F2D44. Grayscale: #C0C0C0. Windows color (decimal): -6237509 or 12309152. OLE color: 12309152.

HSL color Cylindrical-coordinate representation of color #A0D2BB: hue angle of 152.4º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0D2BB is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB160210187-
CMYK0.2400.110.18
HSL152.4º35.71%72.55%-
HSV(B)152.4º23.81%82.35%-
XYZ46.5157.1555.59-
YUV192.43124.94104.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.73%
GREEN value IS 210 (82.42% from 255) = 37.70%
BLUE value IS 187 (73.44% from 255) = 33.57%
R=28.73%
G=37.70%
B=33.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1602101870.2400.110.18152.435.7172.55
HexA0D2BB180B12982449
Octal240322273300132223044111
Binary101000001101001010111011110000101110010100110001001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D2BB; }

 p { color: rgb(160,210,187); }

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

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

 a { background-color: rgb(160,210,187); }

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

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

 span { border-color: rgb(160,210,187); }

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