#A0CEB7

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

Shades of Vista Blue #A0CEB7

Tints of Vista Blue #A0CEB7

Color information

#A0CEB7 (or 0xA0CEB7) is unknown color: approx Vista Blue. HEX triplet: A0, CE and B7. RGB value is (160,206,183). Sum of RGB (Red+Green+Blue) = 160+206+183=549 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.14% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 183 (71.88% from 255 or 33.33% from 549); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CEB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CEB7 is #5F3148. Grayscale: #BDBDBD. Windows color (decimal): -6238537 or 12045984. OLE color: 12045984.

HSL color Cylindrical-coordinate representation of color #A0CEB7: hue angle of 150º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0CEB7 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB160206183-
CMYK0.2200.110.19
HSL150º31.94%71.76%-
HSV(B)150º22.33%80.78%-
XYZ45.1255.0453.04-
YUV189.62124.26106.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.14%
GREEN value IS 206 (80.86% from 255) = 37.52%
BLUE value IS 183 (71.88% from 255) = 33.33%
R=29.14%
G=37.52%
B=33.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1602061830.2200.110.1915031.9471.76
HexA0CEB7160B13962048
Octal240316267260132322640110
Binary101000001100111010110111101100101110011100101101000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CEB7; }

 p { color: rgb(160,206,183); }

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

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

 a { background-color: rgb(160,206,183); }

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

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

 span { border-color: rgb(160,206,183); }

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