Html Css Color HEX #A1DCBE Vista Blue

📋 copy color: '#A1DCBE'

red 161 ◦ green 220 ◦ blue 190

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

Shades of Vista Blue #A1DCBE

Tints of Vista Blue #A1DCBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.27%

R = 28.2%
G = 38.53%
B = 33.27%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#A1DCBE (or 0xA1DCBE) is known color: Vista Blue. HEX triplet: A1, DC and BE. RGB value is (161,220,190). Sum of RGB (Red+Green+Blue) = 161+220+190=571 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.20% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 190 (74.61% from 255 or 33.27% from 571); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DCBE is #5E2341. Grayscale: #C6C6C6. Windows color (decimal): -6169410 or 12508321. OLE color: 12508321.

HSL color Cylindrical-coordinate representation of color #A1DCBE: hue angle of 149.49º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1DCBE is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 220 190 -
CMYK 0.27 0 0.14 0.14
HSL 149.49º 0.46% 0.75% -
HSV(B) 149.49º 0.27% 0.86% -
XYZ 49.59 62.48 58.16 -
YUV 198.94 122.95 100.94 -
System Red Green Blue C M Y K H S L
Decimal 161 220 190 0.27 0 0.14 0.14 149.49 0.46 0.75
Hex A1 DC BE 1B 0 E E 95 2E 4B
Octal 241 334 276 33 0 16 16 225 56 113
Binary 10100001 11011100 10111110 11011 0 1110 1110 10010101 101110 1001011

Color Harmonies of #A1DCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DCBE

Black with #A1DCBE

Text Example


Text Example

White with #A1DCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DCBE; }

 p { color: rgb(161,220,190); }

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

background-color css

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

 a { background-color: rgb(161,220,190); }

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

border-color css

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

 span { border-color: rgb(161,220,190); }

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