Html Css Color HEX #A9DAC1 Vista Blue

📋 copy color: '#A9DAC1'

red 169 ◦ green 218 ◦ blue 193

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

Shades of Vista Blue #A9DAC1

Tints of Vista Blue #A9DAC1

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.59%

 BLUE value IS 193 (75.78% from 255) = 33.28%

R = 29.14%
G = 37.59%
B = 33.28%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#A9DAC1 (or 0xA9DAC1) is known color: Vista Blue. HEX triplet: A9, DA and C1. RGB value is (169,218,193). Sum of RGB (Red+Green+Blue) = 169+218+193=580 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.14% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 193 (75.78% from 255 or 33.28% from 580); Max value from RGB is 218 - color contains mainly: green. Hex color #A9DAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DAC1 is #56253E. Grayscale: #C8C8C8. Windows color (decimal): -5645631 or 12704425. OLE color: 12704425.

HSL color Cylindrical-coordinate representation of color #A9DAC1: hue angle of 149.39º degrees, saturation: 0.4, 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 #A9DAC1 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 218 193 -
CMYK 0.22 0 0.11 0.15
HSL 149.39º 0.4% 0.76% -
HSV(B) 149.39º 0.22% 0.85% -
XYZ 51.06 62.43 59.81 -
YUV 200.5 123.77 105.53 -
System Red Green Blue C M Y K H S L
Decimal 169 218 193 0.22 0 0.11 0.15 149.39 0.4 0.76
Hex A9 DA C1 16 0 B F 95 28 4C
Octal 251 332 301 26 0 13 17 225 50 114
Binary 10101001 11011010 11000001 10110 0 1011 1111 10010101 101000 1001100

Color Harmonies of #A9DAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DAC1

Black with #A9DAC1

Text Example


Text Example

White with #A9DAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DAC1; }

 p { color: rgb(169,218,193); }

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

background-color css

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

 a { background-color: rgb(169,218,193); }

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

border-color css

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

 span { border-color: rgb(169,218,193); }

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