Html Css Color HEX #A1DDBE Vista Blue

📋 copy color: '#A1DDBE'

red 161 ◦ green 221 ◦ blue 190

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

Shades of Vista Blue #A1DDBE

Tints of Vista Blue #A1DDBE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.64%

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

R = 28.15%
G = 38.64%
B = 33.22%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#A1DDBE (or 0xA1DDBE) is known color: Vista Blue. HEX triplet: A1, DD and BE. RGB value is (161,221,190). Sum of RGB (Red+Green+Blue) = 161+221+190=572 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.15% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DDBE is #5E2241. Grayscale: #C7C7C7. Windows color (decimal): -6169154 or 12508577. OLE color: 12508577.

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

Color convert

RGB 161 221 190 -
CMYK 0.27 0 0.14 0.13
HSL 149º 0.47% 0.75% -
HSV(B) 149º 0.27% 0.87% -
XYZ 49.85 63.01 58.25 -
YUV 199.53 122.62 100.52 -
System Red Green Blue C M Y K H S L
Decimal 161 221 190 0.27 0 0.14 0.13 149 0.47 0.75
Hex A1 DD BE 1B 0 E D 95 2F 4B
Octal 241 335 276 33 0 16 15 225 57 113
Binary 10100001 11011101 10111110 11011 0 1110 1101 10010101 101111 1001011

Color Harmonies of #A1DDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DDBE

Black with #A1DDBE

Text Example


Text Example

White with #A1DDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DDBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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