Html Css Color HEX #A1DCBB Vista Blue

📋 copy color: '#A1DCBB'

red 161 ◦ green 220 ◦ blue 187

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

Shades of Vista Blue #A1DCBB

Tints of Vista Blue #A1DCBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.92%

R = 28.35%
G = 38.73%
B = 32.92%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#A1DCBB (or 0xA1DCBB) is known color: Vista Blue. HEX triplet: A1, DC and BB. RGB value is (161,220,187). Sum of RGB (Red+Green+Blue) = 161+220+187=568 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.35% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DCBB is #5E2344. Grayscale: #C6C6C6. Windows color (decimal): -6169413 or 12311713. OLE color: 12311713.

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

Color convert

RGB 161 220 187 -
CMYK 0.27 0 0.15 0.14
HSL 146.44º 0.46% 0.75% -
HSV(B) 146.44º 0.27% 0.86% -
XYZ 49.26 62.35 56.45 -
YUV 198.6 121.45 101.18 -
System Red Green Blue C M Y K H S L
Decimal 161 220 187 0.27 0 0.15 0.14 146.44 0.46 0.75
Hex A1 DC BB 1B 0 F E 92 2E 4B
Octal 241 334 273 33 0 17 16 222 56 113
Binary 10100001 11011100 10111011 11011 0 1111 1110 10010010 101110 1001011

Color Harmonies of #A1DCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DCBB

Black with #A1DCBB

Text Example


Text Example

White with #A1DCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DCBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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