Html Css Color HEX #A5DDB9 Vista Blue

📋 copy color: '#A5DDB9'

red 165 ◦ green 221 ◦ blue 185

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

Shades of Vista Blue #A5DDB9

Tints of Vista Blue #A5DDB9

RGB

 RED value IS 165 (64.84% from 255) = 28.9%

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

 BLUE value IS 185 (72.66% from 255) = 32.4%

R = 28.9%
G = 38.7%
B = 32.4%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#A5DDB9 (or 0xA5DDB9) is known color: Vista Blue. HEX triplet: A5, DD and B9. RGB value is (165,221,185). Sum of RGB (Red+Green+Blue) = 165+221+185=571 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.90% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 185 (72.66% from 255 or 32.40% from 571); Max value from RGB is 221 - color contains mainly: green. Hex color #A5DDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DDB9 is #5A2246. Grayscale: #C8C8C8. Windows color (decimal): -5907015 or 12180901. OLE color: 12180901.

HSL color Cylindrical-coordinate representation of color #A5DDB9: hue angle of 141.43º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5DDB9 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 221 185 -
CMYK 0.25 0 0.16 0.13
HSL 141.43º 0.45% 0.76% -
HSV(B) 141.43º 0.25% 0.87% -
XYZ 50.13 63.22 55.46 -
YUV 200.15 119.45 102.93 -
System Red Green Blue C M Y K H S L
Decimal 165 221 185 0.25 0 0.16 0.13 141.43 0.45 0.76
Hex A5 DD B9 19 0 10 D 8D 2D 4C
Octal 245 335 271 31 0 20 15 215 55 114
Binary 10100101 11011101 10111001 11001 0 10000 1101 10001101 101101 1001100

Color Harmonies of #A5DDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DDB9

Black with #A5DDB9

Text Example


Text Example

White with #A5DDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DDB9; }

 p { color: rgb(165,221,185); }

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

background-color css

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

 a { background-color: rgb(165,221,185); }

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

border-color css

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

 span { border-color: rgb(165,221,185); }

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