Html Css Color HEX #A1DEBD Vista Blue

📋 copy color: '#A1DEBD'

red 161 ◦ green 222 ◦ blue 189

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

Shades of Vista Blue #A1DEBD

Tints of Vista Blue #A1DEBD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.81%

 BLUE value IS 189 (74.22% from 255) = 33.04%

R = 28.15%
G = 38.81%
B = 33.04%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#A1DEBD (or 0xA1DEBD) is known color: Vista Blue. HEX triplet: A1, DE and BD. RGB value is (161,222,189). Sum of RGB (Red+Green+Blue) = 161+222+189=572 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.15% from 572); Green value is 222 (87.11% from 255 or 38.81% from 572); Blue value is 189 (74.22% from 255 or 33.04% from 572); Max value from RGB is 222 - color contains mainly: green. Hex color #A1DEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DEBD is #5E2142. Grayscale: #C8C8C8. Windows color (decimal): -6168899 or 12443297. OLE color: 12443297.

HSL color Cylindrical-coordinate representation of color #A1DEBD: hue angle of 147.54º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1DEBD is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 222 189 -
CMYK 0.27 0 0.15 0.13
HSL 147.54º 0.48% 0.75% -
HSV(B) 147.54º 0.27% 0.87% -
XYZ 50 63.49 57.76 -
YUV 200 121.79 100.18 -
System Red Green Blue C M Y K H S L
Decimal 161 222 189 0.27 0 0.15 0.13 147.54 0.48 0.75
Hex A1 DE BD 1B 0 F D 94 30 4B
Octal 241 336 275 33 0 17 15 224 60 113
Binary 10100001 11011110 10111101 11011 0 1111 1101 10010100 110000 1001011

Color Harmonies of #A1DEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DEBD

Black with #A1DEBD

Text Example


Text Example

White with #A1DEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DEBD; }

 p { color: rgb(161,222,189); }

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

background-color css

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

 a { background-color: rgb(161,222,189); }

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

border-color css

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

 span { border-color: rgb(161,222,189); }

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