#A5CBB9

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

Shades of Vista Blue #A5CBB9

Tints of Vista Blue #A5CBB9

Color information

#A5CBB9 (or 0xA5CBB9) is unknown color: approx Vista Blue. HEX triplet: A5, CB and B9. RGB value is (165,203,185). Sum of RGB (Red+Green+Blue) = 165+203+185=553 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.84% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 185 (72.66% from 255 or 33.45% from 553); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CBB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CBB9 is #5A3446. Grayscale: #BDBDBD. Windows color (decimal): -5911623 or 12176293. OLE color: 12176293.

HSL color Cylindrical-coordinate representation of color #A5CBB9: hue angle of 151.58º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A5CBB9 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB165203185-
CMYK0.1900.090.20
HSL151.58º26.76%72.16%-
HSV(B)151.58º18.72%79.61%-
XYZ45.6354.2153.96-
YUV189.59125.41110.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.84%
GREEN value IS 203 (79.69% from 255) = 36.71%
BLUE value IS 185 (72.66% from 255) = 33.45%
R=29.84%
G=36.71%
B=33.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1652031850.1900.090.20151.5826.7672.16
HexA5CBB9130914981b48
Octal245313271230112423033110
Binary10100101110010111011100110011010011010010011000110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CBB9; }

 p { color: rgb(165,203,185); }

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

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

 a { background-color: rgb(165,203,185); }

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

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

 span { border-color: rgb(165,203,185); }

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