#A0D6BF

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

Shades of Vista Blue #A0D6BF

Tints of Vista Blue #A0D6BF

Color information

#A0D6BF (or 0xA0D6BF) is unknown color: approx Vista Blue. HEX triplet: A0, D6 and BF. RGB value is (160,214,191). Sum of RGB (Red+Green+Blue) = 160+214+191=565 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.32% from 565); Green value is 214 (83.98% from 255 or 37.88% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D6BF is #5F2940. Grayscale: #C3C3C3. Windows color (decimal): -6236481 or 12572320. OLE color: 12572320.

HSL color Cylindrical-coordinate representation of color #A0D6BF: hue angle of 154.44º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A0D6BF is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB160214191-
CMYK0.2500.110.16
HSL154.44º39.71%73.33%-
HSV(B)154.44º25.23%83.92%-
XYZ47.9559.3358.21-
YUV195.23125.61102.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.32%
GREEN value IS 214 (83.98% from 255) = 37.88%
BLUE value IS 191 (75% from 255) = 33.81%
R=28.32%
G=37.88%
B=33.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1602141910.2500.110.16154.4439.7173.33
HexA0D6BF190B109a2849
Octal240326277310132023250111
Binary101000001101011010111111110010101110000100110101010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D6BF; }

 p { color: rgb(160,214,191); }

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

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

 a { background-color: rgb(160,214,191); }

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

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

 span { border-color: rgb(160,214,191); }

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