Html Css Color HEX #A3DDBD Vista Blue

📋 copy color: '#A3DDBD'

red 163 ◦ green 221 ◦ blue 189

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

Shades of Vista Blue #A3DDBD

Tints of Vista Blue #A3DDBD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.57%

 BLUE value IS 189 (74.22% from 255) = 32.98%

R = 28.45%
G = 38.57%
B = 32.98%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#A3DDBD (or 0xA3DDBD) is known color: Vista Blue. HEX triplet: A3, DD and BD. RGB value is (163,221,189). Sum of RGB (Red+Green+Blue) = 163+221+189=573 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.45% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DDBD is #5C2242. Grayscale: #C8C8C8. Windows color (decimal): -6038083 or 12443043. OLE color: 12443043.

HSL color Cylindrical-coordinate representation of color #A3DDBD: hue angle of 146.9º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3DDBD is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 221 189 -
CMYK 0.26 0 0.14 0.13
HSL 146.9º 0.46% 0.75% -
HSV(B) 146.9º 0.26% 0.87% -
XYZ 50.15 63.17 57.69 -
YUV 200.01 121.78 101.6 -
System Red Green Blue C M Y K H S L
Decimal 163 221 189 0.26 0 0.14 0.13 146.9 0.46 0.75
Hex A3 DD BD 1A 0 E D 93 2E 4B
Octal 243 335 275 32 0 16 15 223 56 113
Binary 10100011 11011101 10111101 11010 0 1110 1101 10010011 101110 1001011

Color Harmonies of #A3DDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DDBD

Black with #A3DDBD

Text Example


Text Example

White with #A3DDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DDBD; }

 p { color: rgb(163,221,189); }

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

background-color css

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

 a { background-color: rgb(163,221,189); }

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

border-color css

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

 span { border-color: rgb(163,221,189); }

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