Html Css Color HEX #A3CAB6 Vista Blue

📋 copy color: '#A3CAB6'

red 163 ◦ green 202 ◦ blue 182

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

Shades of Vista Blue #A3CAB6

Tints of Vista Blue #A3CAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 33.27%

R = 29.8%
G = 36.93%
B = 33.27%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#A3CAB6 (or 0xA3CAB6) is known color: Vista Blue. HEX triplet: A3, CA and B6. RGB value is (163,202,182). Sum of RGB (Red+Green+Blue) = 163+202+182=547 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.80% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 182 (71.48% from 255 or 33.27% from 547); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CAB6 is #5C3549. Grayscale: #BCBCBC. Windows color (decimal): -6042954 or 11979427. OLE color: 11979427.

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

Color convert

RGB 163 202 182 -
CMYK 0.19 0 0.10 0.21
HSL 149.23º 0.27% 0.72% -
HSV(B) 149.23º 0.19% 0.79% -
XYZ 44.67 53.4 52.21 -
YUV 188.06 124.58 110.13 -
System Red Green Blue C M Y K H S L
Decimal 163 202 182 0.19 0 0.10 0.21 149.23 0.27 0.72
Hex A3 CA B6 13 0 A 15 95 1B 48
Octal 243 312 266 23 0 12 25 225 33 110
Binary 10100011 11001010 10110110 10011 0 1010 10101 10010101 11011 1001000

Color Harmonies of #A3CAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CAB6

Black with #A3CAB6

Text Example


Text Example

White with #A3CAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CAB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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