#A5CBB6

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

Shades of Vista Blue #A5CBB6

Tints of Vista Blue #A5CBB6

Color information

#A5CBB6 (or 0xA5CBB6) is unknown color: approx Vista Blue. HEX triplet: A5, CB and B6. RGB value is (165,203,182). Sum of RGB (Red+Green+Blue) = 165+203+182=550 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 182 (71.48% from 255 or 33.09% from 550); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CBB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CBB6 is #5A3449. Grayscale: #BDBDBD. Windows color (decimal): -5911626 or 11979685. OLE color: 11979685.

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

Color convert

RGB165203182-
CMYK0.1900.100.20
HSL146.84º26.76%72.16%-
HSV(B)146.84º18.72%79.61%-
XYZ45.3254.0952.31-
YUV189.24123.91110.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30%
GREEN value IS 203 (79.69% from 255) = 36.91%
BLUE value IS 182 (71.48% from 255) = 33.09%
R=30%
G=36.91%
B=33.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1652031820.1900.100.20146.8426.7672.16
HexA5CBB6130A14931b48
Octal245313266230122422333110
Binary10100101110010111011011010011010101010010010011110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CBB6; }

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

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

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

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

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

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

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

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