Html Css Color HEX #A3D2B5 Vista Blue

📋 copy color: '#A3D2B5'

red 163 ◦ green 210 ◦ blue 181

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

Shades of Vista Blue #A3D2B5

Tints of Vista Blue #A3D2B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 32.67%

R = 29.42%
G = 37.91%
B = 32.67%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#A3D2B5 (or 0xA3D2B5) is known color: Vista Blue. HEX triplet: A3, D2 and B5. RGB value is (163,210,181). Sum of RGB (Red+Green+Blue) = 163+210+181=554 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.42% from 554); Green value is 210 (82.42% from 255 or 37.91% from 554); Blue value is 181 (71.09% from 255 or 32.67% from 554); Max value from RGB is 210 - color contains mainly: green. Hex color #A3D2B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D2B5 is #5C2D4A. Grayscale: #C0C0C0. Windows color (decimal): -6040907 or 11915939. OLE color: 11915939.

HSL color Cylindrical-coordinate representation of color #A3D2B5: hue angle of 142.98º 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 #A3D2B5 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB 163 210 181 -
CMYK 0.22 0 0.14 0.18
HSL 142.98º 0.34% 0.73% -
HSV(B) 142.98º 0.22% 0.82% -
XYZ 46.49 57.22 52.31 -
YUV 192.64 121.43 106.86 -
System Red Green Blue C M Y K H S L
Decimal 163 210 181 0.22 0 0.14 0.18 142.98 0.34 0.73
Hex A3 D2 B5 16 0 E 12 8F 22 49
Octal 243 322 265 26 0 16 22 217 42 111
Binary 10100011 11010010 10110101 10110 0 1110 10010 10001111 100010 1001001

Color Harmonies of #A3D2B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3D2B5

Black with #A3D2B5

Text Example


Text Example

White with #A3D2B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3D2B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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