Html Css Color HEX #A1D9C2 Vista Blue

📋 copy color: '#A1D9C2'

red 161 ◦ green 217 ◦ blue 194

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

Shades of Vista Blue #A1D9C2

Tints of Vista Blue #A1D9C2

RGB

 RED value IS 161 (63.28% from 255) = 28.15%

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

 BLUE value IS 194 (76.17% from 255) = 33.92%

R = 28.15%
G = 37.94%
B = 33.92%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#A1D9C2 (or 0xA1D9C2) is known color: Vista Blue. HEX triplet: A1, D9 and C2. RGB value is (161,217,194). Sum of RGB (Red+Green+Blue) = 161+217+194=572 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.15% from 572); Green value is 217 (85.16% from 255 or 37.94% from 572); Blue value is 194 (76.17% from 255 or 33.92% from 572); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D9C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D9C2 is #5E263D. Grayscale: #C5C5C5. Windows color (decimal): -6170174 or 12769697. OLE color: 12769697.

HSL color Cylindrical-coordinate representation of color #A1D9C2: hue angle of 155.36º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1D9C2 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 217 194 -
CMYK 0.26 0 0.11 0.15
HSL 155.36º 0.42% 0.74% -
HSV(B) 155.36º 0.26% 0.85% -
XYZ 49.25 61.1 60.24 -
YUV 197.63 125.95 101.87 -
System Red Green Blue C M Y K H S L
Decimal 161 217 194 0.26 0 0.11 0.15 155.36 0.42 0.74
Hex A1 D9 C2 1A 0 B F 9B 2A 4A
Octal 241 331 302 32 0 13 17 233 52 112
Binary 10100001 11011001 11000010 11010 0 1011 1111 10011011 101010 1001010

Color Harmonies of #A1D9C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D9C2

Black with #A1D9C2

Text Example


Text Example

White with #A1D9C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D9C2; }

 p { color: rgb(161,217,194); }

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

background-color css

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

 a { background-color: rgb(161,217,194); }

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

border-color css

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

 span { border-color: rgb(161,217,194); }

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