Html Css Color HEX #A9D7BA Vista Blue

📋 copy color: '#A9D7BA'

red 169 ◦ green 215 ◦ blue 186

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

Shades of Vista Blue #A9D7BA

Tints of Vista Blue #A9D7BA

RGB

 RED value IS 169 (66.41% from 255) = 29.65%

 GREEN value IS 215 (84.38% from 255) = 37.72%

 BLUE value IS 186 (73.05% from 255) = 32.63%

R = 29.65%
G = 37.72%
B = 32.63%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#A9D7BA (or 0xA9D7BA) is known color: Vista Blue. HEX triplet: A9, D7 and BA. RGB value is (169,215,186). Sum of RGB (Red+Green+Blue) = 169+215+186=570 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.65% from 570); Green value is 215 (84.38% from 255 or 37.72% from 570); Blue value is 186 (73.05% from 255 or 32.63% from 570); Max value from RGB is 215 - color contains mainly: green. Hex color #A9D7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D7BA is #562845. Grayscale: #C6C6C6. Windows color (decimal): -5646406 or 12244905. OLE color: 12244905.

HSL color Cylindrical-coordinate representation of color #A9D7BA: hue angle of 142.17º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A9D7BA is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 169 215 186 -
CMYK 0.21 0 0.13 0.16
HSL 142.17º 0.37% 0.75% -
HSV(B) 142.17º 0.21% 0.84% -
XYZ 49.53 60.58 55.54 -
YUV 197.94 121.26 107.36 -
System Red Green Blue C M Y K H S L
Decimal 169 215 186 0.21 0 0.13 0.16 142.17 0.37 0.75
Hex A9 D7 BA 15 0 D 10 8E 25 4B
Octal 251 327 272 25 0 15 20 216 45 113
Binary 10101001 11010111 10111010 10101 0 1101 10000 10001110 100101 1001011

Color Harmonies of #A9D7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9D7BA

Black with #A9D7BA

Text Example


Text Example

White with #A9D7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9D7BA; }

 p { color: rgb(169,215,186); }

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

background-color css

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

 a { background-color: rgb(169,215,186); }

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

border-color css

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

 span { border-color: rgb(169,215,186); }

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