#A6CEB7

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

Shades of Vista Blue #A6CEB7

Tints of Vista Blue #A6CEB7

Color information

#A6CEB7 (or 0xA6CEB7) is unknown color: approx Vista Blue. HEX triplet: A6, CE and B7. RGB value is (166,206,183). Sum of RGB (Red+Green+Blue) = 166+206+183=555 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.91% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 183 (71.88% from 255 or 32.97% from 555); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CEB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CEB7 is #593148. Grayscale: #BFBFBF. Windows color (decimal): -5845321 or 12045990. OLE color: 12045990.

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

Color convert

RGB166206183-
CMYK0.1900.110.19
HSL145.5º28.99%72.94%-
HSV(B)145.5º19.42%80.78%-
XYZ46.3455.6753.1-
YUV191.42123.25109.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.91%
GREEN value IS 206 (80.86% from 255) = 37.12%
BLUE value IS 183 (71.88% from 255) = 32.97%
R=29.91%
G=37.12%
B=32.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1662061830.1900.110.19145.528.9972.94
HexA6CEB7130B13921d49
Octal246316267230132322235111
Binary10100110110011101011011110011010111001110010010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CEB7; }

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

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

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

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

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

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

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

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