#A5C8B5

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

Shades of Vista Blue #A5C8B5

Tints of Vista Blue #A5C8B5

Color information

#A5C8B5 (or 0xA5C8B5) is unknown color: approx Vista Blue. HEX triplet: A5, C8 and B5. RGB value is (165,200,181). Sum of RGB (Red+Green+Blue) = 165+200+181=546 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.22% from 546); Green value is 200 (78.52% from 255 or 36.63% from 546); Blue value is 181 (71.09% from 255 or 33.15% from 546); Max value from RGB is 200 - color contains mainly: green. Hex color #A5C8B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C8B5 is #5A374A. Grayscale: #BBBBBB. Windows color (decimal): -5912395 or 11913381. OLE color: 11913381.

HSL color Cylindrical-coordinate representation of color #A5C8B5: hue angle of 147.43º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A5C8B5 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB165200181-
CMYK0.1800.090.22
HSL147.43º24.14%71.57%-
HSV(B)147.43º17.5%78.43%-
XYZ44.5152.6451.53-
YUV187.37124.4112.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.22%
GREEN value IS 200 (78.52% from 255) = 36.63%
BLUE value IS 181 (71.09% from 255) = 33.15%
R=30.22%
G=36.63%
B=33.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1652001810.1800.090.22147.4324.1471.57
HexA5C8B5120916931848
Octal245310265220112622330110
Binary10100101110010001011010110010010011011010010011110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C8B5; }

 p { color: rgb(165,200,181); }

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

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

 a { background-color: rgb(165,200,181); }

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

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

 span { border-color: rgb(165,200,181); }

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