#A6CFBB

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

Shades of Vista Blue #A6CFBB

Tints of Vista Blue #A6CFBB

Color information

#A6CFBB (or 0xA6CFBB) is unknown color: approx Vista Blue. HEX triplet: A6, CF and BB. RGB value is (166,207,187). Sum of RGB (Red+Green+Blue) = 166+207+187=560 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.64% from 560); Green value is 207 (81.25% from 255 or 36.96% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CFBB is #593044. Grayscale: #C0C0C0. Windows color (decimal): -5845061 or 12308390. OLE color: 12308390.

HSL color Cylindrical-coordinate representation of color #A6CFBB: hue angle of 150.73º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A6CFBB is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB166207187-
CMYK0.2000.100.19
HSL150.73º29.93%73.14%-
HSV(B)150.73º19.81%81.18%-
XYZ47.0156.3255.41-
YUV192.46124.92109.13-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.64%
GREEN value IS 207 (81.25% from 255) = 36.96%
BLUE value IS 187 (73.44% from 255) = 33.39%
R=29.64%
G=36.96%
B=33.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1662071870.2000.100.19150.7329.9373.14
HexA6CFBB140A13971e49
Octal246317273240122322736111
Binary10100110110011111011101110100010101001110010111111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CFBB; }

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

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

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

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

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

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

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

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