#A5CBB7

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

Shades of Vista Blue #A5CBB7

Tints of Vista Blue #A5CBB7

Color information

#A5CBB7 (or 0xA5CBB7) is unknown color: approx Vista Blue. HEX triplet: A5, CB and B7. RGB value is (165,203,183). Sum of RGB (Red+Green+Blue) = 165+203+183=551 (72% of max value = 765). Red value is 165 (64.84% from 255 or 29.95% from 551); Green value is 203 (79.69% from 255 or 36.84% from 551); Blue value is 183 (71.88% from 255 or 33.21% from 551); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CBB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CBB7 is #5A3448. Grayscale: #BDBDBD. Windows color (decimal): -5911625 or 12045221. OLE color: 12045221.

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

Color convert

RGB165203183-
CMYK0.1900.100.20
HSL148.42º26.76%72.16%-
HSV(B)148.42º18.72%79.61%-
XYZ45.4254.1352.85-
YUV189.36124.41110.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.95%
GREEN value IS 203 (79.69% from 255) = 36.84%
BLUE value IS 183 (71.88% from 255) = 33.21%
R=29.95%
G=36.84%
B=33.21%

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
Decimal1652031830.1900.100.20148.4226.7672.16
HexA5CBB7130A14941b48
Octal245313267230122422433110
Binary10100101110010111011011110011010101010010010100110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CBB7; }

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

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

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

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

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

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

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

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