Html Css Color HEX #A9D9BB Vista Blue

📋 copy color: '#A9D9BB'

red 169 ◦ green 217 ◦ blue 187

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

Shades of Vista Blue #A9D9BB

Tints of Vista Blue #A9D9BB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.87%

 BLUE value IS 187 (73.44% from 255) = 32.64%

R = 29.49%
G = 37.87%
B = 32.64%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#A9D9BB (or 0xA9D9BB) is known color: Vista Blue. HEX triplet: A9, D9 and BB. RGB value is (169,217,187). Sum of RGB (Red+Green+Blue) = 169+217+187=573 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.49% from 573); Green value is 217 (85.16% from 255 or 37.87% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 217 - color contains mainly: green. Hex color #A9D9BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D9BB is #562644. Grayscale: #C7C7C7. Windows color (decimal): -5645893 or 12310953. OLE color: 12310953.

HSL color Cylindrical-coordinate representation of color #A9D9BB: hue angle of 142.5º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9D9BB is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 217 187 -
CMYK 0.22 0 0.14 0.15
HSL 142.5º 0.39% 0.76% -
HSV(B) 142.5º 0.22% 0.85% -
XYZ 50.14 61.65 56.27 -
YUV 199.23 121.1 106.44 -
System Red Green Blue C M Y K H S L
Decimal 169 217 187 0.22 0 0.14 0.15 142.5 0.39 0.76
Hex A9 D9 BB 16 0 E F 8E 27 4C
Octal 251 331 273 26 0 16 17 216 47 114
Binary 10101001 11011001 10111011 10110 0 1110 1111 10001110 100111 1001100

Color Harmonies of #A9D9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9D9BB

Black with #A9D9BB

Text Example


Text Example

White with #A9D9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9D9BB; }

 p { color: rgb(169,217,187); }

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

background-color css

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

 a { background-color: rgb(169,217,187); }

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

border-color css

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

 span { border-color: rgb(169,217,187); }

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