#A3CBB9

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

Shades of Vista Blue #A3CBB9

Tints of Vista Blue #A3CBB9

Color information

#A3CBB9 (or 0xA3CBB9) is unknown color: approx Vista Blue. HEX triplet: A3, CB and B9. RGB value is (163,203,185). Sum of RGB (Red+Green+Blue) = 163+203+185=551 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.58% from 551); Green value is 203 (79.69% from 255 or 36.84% from 551); Blue value is 185 (72.66% from 255 or 33.58% from 551); Max value from RGB is 203 - color contains mainly: green. Hex color #A3CBB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CBB9 is #5C3446. Grayscale: #BDBDBD. Windows color (decimal): -6042695 or 12176291. OLE color: 12176291.

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

Color convert

RGB163203185-
CMYK0.2000.090.20
HSL153º27.78%71.76%-
HSV(B)153º19.7%79.61%-
XYZ45.225453.94-
YUV188.99125.75109.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.58%
GREEN value IS 203 (79.69% from 255) = 36.84%
BLUE value IS 185 (72.66% from 255) = 33.58%
R=29.58%
G=36.84%
B=33.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1632031850.2000.090.2015327.7871.76
HexA3CBB9140914991c48
Octal243313271240112423134110
Binary10100011110010111011100110100010011010010011001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CBB9; }

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

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

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

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

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

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

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

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