Html Css Color HEX #A3D9BA Vista Blue

📋 copy color: '#A3D9BA'

red 163 ◦ green 217 ◦ blue 186

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

Shades of Vista Blue #A3D9BA

Tints of Vista Blue #A3D9BA

RGB

 RED value IS 163 (64.06% from 255) = 28.8%

 GREEN value IS 217 (85.16% from 255) = 38.34%

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

R = 28.8%
G = 38.34%
B = 32.86%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#A3D9BA (or 0xA3D9BA) is known color: Vista Blue. HEX triplet: A3, D9 and BA. RGB value is (163,217,186). Sum of RGB (Red+Green+Blue) = 163+217+186=566 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.80% from 566); Green value is 217 (85.16% from 255 or 38.34% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 217 - color contains mainly: green. Hex color #A3D9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D9BA is #5C2645. Grayscale: #C5C5C5. Windows color (decimal): -6039110 or 12245411. OLE color: 12245411.

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

Color convert

RGB 163 217 186 -
CMYK 0.25 0 0.14 0.15
HSL 145.56º 0.42% 0.75% -
HSV(B) 145.56º 0.25% 0.85% -
XYZ 48.78 60.96 55.65 -
YUV 197.32 121.61 103.52 -
System Red Green Blue C M Y K H S L
Decimal 163 217 186 0.25 0 0.14 0.15 145.56 0.42 0.75
Hex A3 D9 BA 19 0 E F 92 2A 4B
Octal 243 331 272 31 0 16 17 222 52 113
Binary 10100011 11011001 10111010 11001 0 1110 1111 10010010 101010 1001011

Color Harmonies of #A3D9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3D9BA

Black with #A3D9BA

Text Example


Text Example

White with #A3D9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3D9BA; }

 p { color: rgb(163,217,186); }

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

background-color css

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

 a { background-color: rgb(163,217,186); }

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

border-color css

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

 span { border-color: rgb(163,217,186); }

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