Html Css Color HEX #A5D1BA Vista Blue

📋 copy color: '#A5D1BA'

red 165 ◦ green 209 ◦ blue 186

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

Shades of Vista Blue #A5D1BA

Tints of Vista Blue #A5D1BA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.32%

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

R = 29.46%
G = 37.32%
B = 33.21%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#A5D1BA (or 0xA5D1BA) is known color: Vista Blue. HEX triplet: A5, D1 and BA. RGB value is (165,209,186). Sum of RGB (Red+Green+Blue) = 165+209+186=560 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.46% from 560); Green value is 209 (82.03% from 255 or 37.32% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 209 - color contains mainly: green. Hex color #A5D1BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D1BA is #5A2E45. Grayscale: #C1C1C1. Windows color (decimal): -5910086 or 12243365. OLE color: 12243365.

HSL color Cylindrical-coordinate representation of color #A5D1BA: hue angle of 148.64º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5D1BA is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 209 186 -
CMYK 0.21 0 0.11 0.18
HSL 148.64º 0.32% 0.73% -
HSV(B) 148.64º 0.21% 0.82% -
XYZ 47.18 57.15 55 -
YUV 193.22 123.92 107.87 -
System Red Green Blue C M Y K H S L
Decimal 165 209 186 0.21 0 0.11 0.18 148.64 0.32 0.73
Hex A5 D1 BA 15 0 B 12 95 20 49
Octal 245 321 272 25 0 13 22 225 40 111
Binary 10100101 11010001 10111010 10101 0 1011 10010 10010101 100000 1001001

Color Harmonies of #A5D1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D1BA

Black with #A5D1BA

Text Example


Text Example

White with #A5D1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D1BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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