Html Css Color HEX #A9DCC0 Vista Blue

📋 copy color: '#A9DCC0'

red 169 ◦ green 220 ◦ blue 192

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

Shades of Vista Blue #A9DCC0

Tints of Vista Blue #A9DCC0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.87%

 BLUE value IS 192 (75.39% from 255) = 33.05%

R = 29.09%
G = 37.87%
B = 33.05%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#A9DCC0 (or 0xA9DCC0) is known color: Vista Blue. HEX triplet: A9, DC and C0. RGB value is (169,220,192). Sum of RGB (Red+Green+Blue) = 169+220+192=581 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.09% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 192 (75.39% from 255 or 33.05% from 581); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DCC0 is #56233F. Grayscale: #C9C9C9. Windows color (decimal): -5645120 or 12639401. OLE color: 12639401.

HSL color Cylindrical-coordinate representation of color #A9DCC0: hue angle of 147.06º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9DCC0 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 220 192 -
CMYK 0.23 0 0.13 0.14
HSL 147.06º 0.42% 0.76% -
HSV(B) 147.06º 0.23% 0.86% -
XYZ 51.47 63.43 59.4 -
YUV 201.56 122.6 104.78 -
System Red Green Blue C M Y K H S L
Decimal 169 220 192 0.23 0 0.13 0.14 147.06 0.42 0.76
Hex A9 DC C0 17 0 D E 93 2A 4C
Octal 251 334 300 27 0 15 16 223 52 114
Binary 10101001 11011100 11000000 10111 0 1101 1110 10010011 101010 1001100

Color Harmonies of #A9DCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DCC0

Black with #A9DCC0

Text Example


Text Example

White with #A9DCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DCC0; }

 p { color: rgb(169,220,192); }

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

background-color css

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

 a { background-color: rgb(169,220,192); }

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

border-color css

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

 span { border-color: rgb(169,220,192); }

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