#A4CEB7

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

Shades of Vista Blue #A4CEB7

Tints of Vista Blue #A4CEB7

Color information

#A4CEB7 (or 0xA4CEB7) is unknown color: approx Vista Blue. HEX triplet: A4, CE and B7. RGB value is (164,206,183). Sum of RGB (Red+Green+Blue) = 164+206+183=553 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.66% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 183 (71.88% from 255 or 33.09% from 553); Max value from RGB is 206 - color contains mainly: green. Hex color #A4CEB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CEB7 is #5B3148. Grayscale: #BEBEBE. Windows color (decimal): -5976393 or 12045988. OLE color: 12045988.

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

Color convert

RGB164206183-
CMYK0.2000.110.19
HSL147.14º30%72.55%-
HSV(B)147.14º20.39%80.78%-
XYZ45.9355.4553.08-
YUV190.82123.59108.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.66%
GREEN value IS 206 (80.86% from 255) = 37.25%
BLUE value IS 183 (71.88% from 255) = 33.09%
R=29.66%
G=37.25%
B=33.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1642061830.2000.110.19147.143072.55
HexA4CEB7140B13931e49
Octal244316267240132322336111
Binary10100100110011101011011110100010111001110010011111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CEB7; }

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

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

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

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

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

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

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

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