Html Css Color HEX #A5D7BA Vista Blue

📋 copy color: '#A5D7BA'

red 165 ◦ green 215 ◦ blue 186

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

Shades of Vista Blue #A5D7BA

Tints of Vista Blue #A5D7BA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.99%

 BLUE value IS 186 (73.05% from 255) = 32.86%

R = 29.15%
G = 37.99%
B = 32.86%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#A5D7BA (or 0xA5D7BA) is known color: Vista Blue. HEX triplet: A5, D7 and BA. RGB value is (165,215,186). Sum of RGB (Red+Green+Blue) = 165+215+186=566 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.15% from 566); Green value is 215 (84.38% from 255 or 37.99% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 215 - color contains mainly: green. Hex color #A5D7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D7BA is #5A2845. Grayscale: #C4C4C4. Windows color (decimal): -5908550 or 12244901. OLE color: 12244901.

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

Color convert

RGB 165 215 186 -
CMYK 0.23 0 0.13 0.16
HSL 145.2º 0.38% 0.75% -
HSV(B) 145.2º 0.23% 0.84% -
XYZ 48.68 60.15 55.5 -
YUV 196.74 121.94 105.36 -
System Red Green Blue C M Y K H S L
Decimal 165 215 186 0.23 0 0.13 0.16 145.2 0.38 0.75
Hex A5 D7 BA 17 0 D 10 91 26 4B
Octal 245 327 272 27 0 15 20 221 46 113
Binary 10100101 11010111 10111010 10111 0 1101 10000 10010001 100110 1001011

Color Harmonies of #A5D7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D7BA

Black with #A5D7BA

Text Example


Text Example

White with #A5D7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D7BA; }

 p { color: rgb(165,215,186); }

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

background-color css

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

 a { background-color: rgb(165,215,186); }

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

border-color css

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

 span { border-color: rgb(165,215,186); }

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