Html Css Color HEX #A3CAB4 Vista Blue

📋 copy color: '#A3CAB4'

red 163 ◦ green 202 ◦ blue 180

#A3CAB4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vista Blue #A3CAB4

Tints of Vista Blue #A3CAB4

RGB

 RED value IS 163 (64.06% from 255) = 29.91%

 GREEN value IS 202 (79.3% from 255) = 37.06%

 BLUE value IS 180 (70.7% from 255) = 33.03%

R = 29.91%
G = 37.06%
B = 33.03%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#A3CAB4 (or 0xA3CAB4) is known color: Vista Blue. HEX triplet: A3, CA and B4. RGB value is (163,202,180). Sum of RGB (Red+Green+Blue) = 163+202+180=545 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.91% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 180 (70.70% from 255 or 33.03% from 545); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CAB4 is #5C354B. Grayscale: #BBBBBB. Windows color (decimal): -6042956 or 11848355. OLE color: 11848355.

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

Color convert

RGB 163 202 180 -
CMYK 0.19 0 0.11 0.21
HSL 146.15º 0.27% 0.72% -
HSV(B) 146.15º 0.19% 0.79% -
XYZ 44.46 53.32 51.13 -
YUV 187.83 123.58 110.29 -
System Red Green Blue C M Y K H S L
Decimal 163 202 180 0.19 0 0.11 0.21 146.15 0.27 0.72
Hex A3 CA B4 13 0 B 15 92 1B 48
Octal 243 312 264 23 0 13 25 222 33 110
Binary 10100011 11001010 10110100 10011 0 1011 10101 10010010 11011 1001000

Color Harmonies of #A3CAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CAB4

Black with #A3CAB4

Text Example


Text Example

White with #A3CAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CAB4; }

 p { color: rgb(163,202,180); }

 H1.HeaderClassName
 {
   color: #A3CAB4;
 }
 .AnyTagClassName
 {
   color: #A3CAB4;
 }
</style>

background-color css

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

 a { background-color: rgb(163,202,180); }

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

border-color css

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

 span { border-color: rgb(163,202,180); }

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