#A5CBB5

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

Shades of Vista Blue #A5CBB5

Tints of Vista Blue #A5CBB5

Color information

#A5CBB5 (or 0xA5CBB5) is unknown color: approx Vista Blue. HEX triplet: A5, CB and B5. RGB value is (165,203,181). Sum of RGB (Red+Green+Blue) = 165+203+181=549 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.05% from 549); Green value is 203 (79.69% from 255 or 36.98% from 549); Blue value is 181 (71.09% from 255 or 32.97% from 549); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CBB5 is #5A344A. Grayscale: #BDBDBD. Windows color (decimal): -5911627 or 11914149. OLE color: 11914149.

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

Color convert

RGB165203181-
CMYK0.1900.110.20
HSL145.26º26.76%72.16%-
HSV(B)145.26º18.72%79.61%-
XYZ45.2154.0551.77-
YUV189.13123.41110.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.05%
GREEN value IS 203 (79.69% from 255) = 36.98%
BLUE value IS 181 (71.09% from 255) = 32.97%
R=30.05%
G=36.98%
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.20
SystemRedGreenBlueCMYKHSL
Decimal1652031810.1900.110.20145.2626.7672.16
HexA5CBB5130B14911b48
Octal245313265230132422133110
Binary10100101110010111011010110011010111010010010001110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CBB5; }

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

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

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

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

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

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

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

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