Html Css Color HEX #A5D6B9 Vista Blue

📋 copy color: '#A5D6B9'

red 165 ◦ green 214 ◦ blue 185

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

Shades of Vista Blue #A5D6B9

Tints of Vista Blue #A5D6B9

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.94%

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

R = 29.26%
G = 37.94%
B = 32.8%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#A5D6B9 (or 0xA5D6B9) is known color: Vista Blue. HEX triplet: A5, D6 and B9. RGB value is (165,214,185). Sum of RGB (Red+Green+Blue) = 165+214+185=564 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.26% from 564); Green value is 214 (83.98% from 255 or 37.94% from 564); Blue value is 185 (72.66% from 255 or 32.80% from 564); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D6B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D6B9 is #5A2946. Grayscale: #C4C4C4. Windows color (decimal): -5908807 or 12179109. OLE color: 12179109.

HSL color Cylindrical-coordinate representation of color #A5D6B9: hue angle of 144.49º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5D6B9 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 214 185 -
CMYK 0.23 0 0.14 0.16
HSL 144.49º 0.37% 0.74% -
HSV(B) 144.49º 0.23% 0.84% -
XYZ 48.32 59.6 54.86 -
YUV 196.04 121.77 105.86 -
System Red Green Blue C M Y K H S L
Decimal 165 214 185 0.23 0 0.14 0.16 144.49 0.37 0.74
Hex A5 D6 B9 17 0 E 10 90 25 4A
Octal 245 326 271 27 0 16 20 220 45 112
Binary 10100101 11010110 10111001 10111 0 1110 10000 10010000 100101 1001010

Color Harmonies of #A5D6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D6B9

Black with #A5D6B9

Text Example


Text Example

White with #A5D6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D6B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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