Html Css Color HEX #A3D2BE Vista Blue

📋 copy color: '#A3D2BE'

red 163 ◦ green 210 ◦ blue 190

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

Shades of Vista Blue #A3D2BE

Tints of Vista Blue #A3D2BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.75%

R = 28.95%
G = 37.3%
B = 33.75%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#A3D2BE (or 0xA3D2BE) is known color: Vista Blue. HEX triplet: A3, D2 and BE. RGB value is (163,210,190). Sum of RGB (Red+Green+Blue) = 163+210+190=563 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.95% from 563); Green value is 210 (82.42% from 255 or 37.30% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 210 - color contains mainly: green. Hex color #A3D2BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D2BE is #5C2D41. Grayscale: #C1C1C1. Windows color (decimal): -6040898 or 12505763. OLE color: 12505763.

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

Color convert

RGB 163 210 190 -
CMYK 0.22 0 0.10 0.18
HSL 154.47º 0.34% 0.73% -
HSV(B) 154.47º 0.22% 0.82% -
XYZ 47.45 57.6 57.33 -
YUV 193.67 125.93 106.13 -
System Red Green Blue C M Y K H S L
Decimal 163 210 190 0.22 0 0.10 0.18 154.47 0.34 0.73
Hex A3 D2 BE 16 0 A 12 9A 22 49
Octal 243 322 276 26 0 12 22 232 42 111
Binary 10100011 11010010 10111110 10110 0 1010 10010 10011010 100010 1001001

Color Harmonies of #A3D2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3D2BE

Black with #A3D2BE

Text Example


Text Example

White with #A3D2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3D2BE; }

 p { color: rgb(163,210,190); }

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

background-color css

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

 a { background-color: rgb(163,210,190); }

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

border-color css

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

 span { border-color: rgb(163,210,190); }

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