Html Css Color HEX #A5D2BA Vista Blue

📋 copy color: '#A5D2BA'

red 165 ◦ green 210 ◦ blue 186

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

Shades of Vista Blue #A5D2BA

Tints of Vista Blue #A5D2BA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.43%

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

R = 29.41%
G = 37.43%
B = 33.16%

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

#A5D2BA (or 0xA5D2BA) is known color: Vista Blue. HEX triplet: A5, D2 and BA. RGB value is (165,210,186). Sum of RGB (Red+Green+Blue) = 165+210+186=561 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.41% from 561); Green value is 210 (82.42% from 255 or 37.43% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D2BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D2BA is #5A2D45. Grayscale: #C1C1C1. Windows color (decimal): -5909830 or 12243621. OLE color: 12243621.

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

Color convert

RGB 165 210 186 -
CMYK 0.21 0 0.11 0.18
HSL 148º 0.33% 0.74% -
HSV(B) 148º 0.21% 0.82% -
XYZ 47.43 57.64 55.08 -
YUV 193.81 123.59 107.45 -
System Red Green Blue C M Y K H S L
Decimal 165 210 186 0.21 0 0.11 0.18 148 0.33 0.74
Hex A5 D2 BA 15 0 B 12 94 21 4A
Octal 245 322 272 25 0 13 22 224 41 112
Binary 10100101 11010010 10111010 10101 0 1011 10010 10010100 100001 1001010

Color Harmonies of #A5D2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D2BA

Black with #A5D2BA

Text Example


Text Example

White with #A5D2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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