#A0CFBB

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

Shades of Vista Blue #A0CFBB

Tints of Vista Blue #A0CFBB

Color information

#A0CFBB (or 0xA0CFBB) is unknown color: approx Vista Blue. HEX triplet: A0, CF and BB. RGB value is (160,207,187). Sum of RGB (Red+Green+Blue) = 160+207+187=554 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.88% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CFBB is #5F3044. Grayscale: #BEBEBE. Windows color (decimal): -6238277 or 12308384. OLE color: 12308384.

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

Color convert

RGB160207187-
CMYK0.2300.100.19
HSL154.47º32.87%71.96%-
HSV(B)154.47º22.71%81.18%-
XYZ45.7855.6955.35-
YUV190.67125.93106.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.88%
GREEN value IS 207 (81.25% from 255) = 37.36%
BLUE value IS 187 (73.44% from 255) = 33.75%
R=28.88%
G=37.36%
B=33.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1602071870.2300.100.19154.4732.8771.96
HexA0CFBB170A139a2148
Octal240317273270122323241110
Binary101000001100111110111011101110101010011100110101000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CFBB; }

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

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

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

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

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

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

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

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