Html Css Color HEX #A3CDB9 Vista Blue

📋 copy color: '#A3CDB9'

red 163 ◦ green 205 ◦ blue 185

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

Shades of Vista Blue #A3CDB9

Tints of Vista Blue #A3CDB9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.07%

 BLUE value IS 185 (72.66% from 255) = 33.45%

R = 29.48%
G = 37.07%
B = 33.45%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#A3CDB9 (or 0xA3CDB9) is known color: Vista Blue. HEX triplet: A3, CD and B9. RGB value is (163,205,185). Sum of RGB (Red+Green+Blue) = 163+205+185=553 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.48% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 185 (72.66% from 255 or 33.45% from 553); Max value from RGB is 205 - color contains mainly: green. Hex color #A3CDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CDB9 is #5C3246. Grayscale: #BEBEBE. Windows color (decimal): -6042183 or 12176803. OLE color: 12176803.

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

Color convert

RGB 163 205 185 -
CMYK 0.20 0 0.10 0.20
HSL 151.43º 0.3% 0.72% -
HSV(B) 151.43º 0.2% 0.8% -
XYZ 45.69 54.95 54.1 -
YUV 190.16 125.09 108.63 -
System Red Green Blue C M Y K H S L
Decimal 163 205 185 0.20 0 0.10 0.20 151.43 0.3 0.72
Hex A3 CD B9 14 0 A 14 97 1E 48
Octal 243 315 271 24 0 12 24 227 36 110
Binary 10100011 11001101 10111001 10100 0 1010 10100 10010111 11110 1001000

Color Harmonies of #A3CDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CDB9

Black with #A3CDB9

Text Example


Text Example

White with #A3CDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CDB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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