Html Css Color HEX #A5DFB9 Vista Blue

📋 copy color: '#A5DFB9'

red 165 ◦ green 223 ◦ blue 185

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

Shades of Vista Blue #A5DFB9

Tints of Vista Blue #A5DFB9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.92%

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

R = 28.8%
G = 38.92%
B = 32.29%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#A5DFB9 (or 0xA5DFB9) is known color: Vista Blue. HEX triplet: A5, DF and B9. RGB value is (165,223,185). Sum of RGB (Red+Green+Blue) = 165+223+185=573 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.80% from 573); Green value is 223 (87.5% from 255 or 38.92% from 573); Blue value is 185 (72.66% from 255 or 32.29% from 573); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DFB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DFB9 is #5A2046. Grayscale: #C9C9C9. Windows color (decimal): -5906503 or 12181413. OLE color: 12181413.

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

Color convert

RGB 165 223 185 -
CMYK 0.26 0 0.17 0.13
HSL 140.69º 0.48% 0.76% -
HSV(B) 140.69º 0.26% 0.87% -
XYZ 50.66 64.28 55.64 -
YUV 201.33 118.78 102.09 -
System Red Green Blue C M Y K H S L
Decimal 165 223 185 0.26 0 0.17 0.13 140.69 0.48 0.76
Hex A5 DF B9 1A 0 11 D 8D 30 4C
Octal 245 337 271 32 0 21 15 215 60 114
Binary 10100101 11011111 10111001 11010 0 10001 1101 10001101 110000 1001100

Color Harmonies of #A5DFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DFB9

Black with #A5DFB9

Text Example


Text Example

White with #A5DFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DFB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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