#A6CFBA

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

Shades of Vista Blue #A6CFBA

Tints of Vista Blue #A6CFBA

Color information

#A6CFBA (or 0xA6CFBA) is unknown color: approx Vista Blue. HEX triplet: A6, CF and BA. RGB value is (166,207,186). Sum of RGB (Red+Green+Blue) = 166+207+186=559 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.70% from 559); Green value is 207 (81.25% from 255 or 37.03% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CFBA is #593045. Grayscale: #C0C0C0. Windows color (decimal): -5845062 or 12242854. OLE color: 12242854.

HSL color Cylindrical-coordinate representation of color #A6CFBA: hue angle of 149.27º 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 #A6CFBA is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB166207186-
CMYK0.2000.100.19
HSL149.27º29.93%73.14%-
HSV(B)149.27º19.81%81.18%-
XYZ46.956.2854.85-
YUV192.35124.42109.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.70%
GREEN value IS 207 (81.25% from 255) = 37.03%
BLUE value IS 186 (73.05% from 255) = 33.27%
R=29.70%
G=37.03%
B=33.27%

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
Decimal1662071860.2000.100.19149.2729.9373.14
HexA6CFBA140A13951e49
Octal246317272240122322536111
Binary10100110110011111011101010100010101001110010101111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CFBA; }

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

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

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

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

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

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

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

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