Html Css Color HEX #A9D8BF Vista Blue

📋 copy color: '#A9D8BF'

red 169 ◦ green 216 ◦ blue 191

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

Shades of Vista Blue #A9D8BF

Tints of Vista Blue #A9D8BF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.5%

 BLUE value IS 191 (75% from 255) = 33.16%

R = 29.34%
G = 37.5%
B = 33.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#A9D8BF (or 0xA9D8BF) is known color: Vista Blue. HEX triplet: A9, D8 and BF. RGB value is (169,216,191). Sum of RGB (Red+Green+Blue) = 169+216+191=576 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.34% from 576); Green value is 216 (84.77% from 255 or 37.5% from 576); Blue value is 191 (75% from 255 or 33.16% from 576); Max value from RGB is 216 - color contains mainly: green. Hex color #A9D8BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D8BF is #562740. Grayscale: #C7C7C7. Windows color (decimal): -5646145 or 12572841. OLE color: 12572841.

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

Color convert

RGB 169 216 191 -
CMYK 0.22 0 0.12 0.15
HSL 148.09º 0.38% 0.75% -
HSV(B) 148.09º 0.22% 0.85% -
XYZ 50.32 61.31 58.47 -
YUV 199.1 123.43 106.53 -
System Red Green Blue C M Y K H S L
Decimal 169 216 191 0.22 0 0.12 0.15 148.09 0.38 0.75
Hex A9 D8 BF 16 0 C F 94 26 4B
Octal 251 330 277 26 0 14 17 224 46 113
Binary 10101001 11011000 10111111 10110 0 1100 1111 10010100 100110 1001011

Color Harmonies of #A9D8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9D8BF

Black with #A9D8BF

Text Example


Text Example

White with #A9D8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9D8BF; }

 p { color: rgb(169,216,191); }

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

background-color css

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

 a { background-color: rgb(169,216,191); }

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

border-color css

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

 span { border-color: rgb(169,216,191); }

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