Html Css Color HEX #A5D8BA Vista Blue

📋 copy color: '#A5D8BA'

red 165 ◦ green 216 ◦ blue 186

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

Shades of Vista Blue #A5D8BA

Tints of Vista Blue #A5D8BA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.1%

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

R = 29.1%
G = 38.1%
B = 32.8%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#A5D8BA (or 0xA5D8BA) is known color: Vista Blue. HEX triplet: A5, D8 and BA. RGB value is (165,216,186). Sum of RGB (Red+Green+Blue) = 165+216+186=567 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.10% from 567); Green value is 216 (84.77% from 255 or 38.10% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 216 - color contains mainly: green. Hex color #A5D8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D8BA is #5A2745. Grayscale: #C5C5C5. Windows color (decimal): -5908294 or 12245157. OLE color: 12245157.

HSL color Cylindrical-coordinate representation of color #A5D8BA: hue angle of 144.71º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5D8BA is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 216 186 -
CMYK 0.24 0 0.14 0.15
HSL 144.71º 0.4% 0.75% -
HSV(B) 144.71º 0.24% 0.85% -
XYZ 48.94 60.66 55.58 -
YUV 197.33 121.6 104.94 -
System Red Green Blue C M Y K H S L
Decimal 165 216 186 0.24 0 0.14 0.15 144.71 0.4 0.75
Hex A5 D8 BA 18 0 E F 91 28 4B
Octal 245 330 272 30 0 16 17 221 50 113
Binary 10100101 11011000 10111010 11000 0 1110 1111 10010001 101000 1001011

Color Harmonies of #A5D8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D8BA

Black with #A5D8BA

Text Example


Text Example

White with #A5D8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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