Html Css Color HEX #A1D9BA Vista Blue

📋 copy color: '#A1D9BA'

red 161 ◦ green 217 ◦ blue 186

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

Shades of Vista Blue #A1D9BA

Tints of Vista Blue #A1D9BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.98%

R = 28.55%
G = 38.48%
B = 32.98%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#A1D9BA (or 0xA1D9BA) is known color: Vista Blue. HEX triplet: A1, D9 and BA. RGB value is (161,217,186). Sum of RGB (Red+Green+Blue) = 161+217+186=564 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.55% from 564); Green value is 217 (85.16% from 255 or 38.48% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D9BA is #5E2645. Grayscale: #C4C4C4. Windows color (decimal): -6170182 or 12245409. OLE color: 12245409.

HSL color Cylindrical-coordinate representation of color #A1D9BA: hue angle of 146.79º 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 #A1D9BA is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 217 186 -
CMYK 0.26 0 0.14 0.15
HSL 146.79º 0.42% 0.74% -
HSV(B) 146.79º 0.26% 0.85% -
XYZ 48.37 60.75 55.63 -
YUV 196.72 121.95 102.52 -
System Red Green Blue C M Y K H S L
Decimal 161 217 186 0.26 0 0.14 0.15 146.79 0.42 0.74
Hex A1 D9 BA 1A 0 E F 93 2A 4A
Octal 241 331 272 32 0 16 17 223 52 112
Binary 10100001 11011001 10111010 11010 0 1110 1111 10010011 101010 1001010

Color Harmonies of #A1D9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D9BA

Black with #A1D9BA

Text Example


Text Example

White with #A1D9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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