#A3CEB8

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

Shades of Vista Blue #A3CEB8

Tints of Vista Blue #A3CEB8

Color information

#A3CEB8 (or 0xA3CEB8) is unknown color: approx Vista Blue. HEX triplet: A3, CE and B8. RGB value is (163,206,184). Sum of RGB (Red+Green+Blue) = 163+206+184=553 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.48% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 184 (72.27% from 255 or 33.27% from 553); Max value from RGB is 206 - color contains mainly: green. Hex color #A3CEB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CEB8 is #5C3147. Grayscale: #BEBEBE. Windows color (decimal): -6041928 or 12111523. OLE color: 12111523.

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

Color convert

RGB163206184-
CMYK0.2100.110.19
HSL149.3º30.5%72.35%-
HSV(B)149.3º20.87%80.78%-
XYZ45.8355.3953.62-
YUV190.64124.25108.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.48%
GREEN value IS 206 (80.86% from 255) = 37.25%
BLUE value IS 184 (72.27% from 255) = 33.27%
R=29.48%
G=37.25%
B=33.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1632061840.2100.110.19149.330.572.35
HexA3CEB8150B13951e48
Octal243316270250132322536110
Binary10100011110011101011100010101010111001110010101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CEB8; }

 p { color: rgb(163,206,184); }

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

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

 a { background-color: rgb(163,206,184); }

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

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

 span { border-color: rgb(163,206,184); }

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