Html Css Color HEX #A3DEBD Vista Blue

📋 copy color: '#A3DEBD'

red 163 ◦ green 222 ◦ blue 189

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

Shades of Vista Blue #A3DEBD

Tints of Vista Blue #A3DEBD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.68%

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

R = 28.4%
G = 38.68%
B = 32.93%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#A3DEBD (or 0xA3DEBD) is known color: Vista Blue. HEX triplet: A3, DE and BD. RGB value is (163,222,189). Sum of RGB (Red+Green+Blue) = 163+222+189=574 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.40% from 574); Green value is 222 (87.11% from 255 or 38.68% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 222 - color contains mainly: green. Hex color #A3DEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DEBD is #5C2142. Grayscale: #C8C8C8. Windows color (decimal): -6037827 or 12443299. OLE color: 12443299.

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

Color convert

RGB 163 222 189 -
CMYK 0.27 0 0.15 0.13
HSL 146.44º 0.47% 0.75% -
HSV(B) 146.44º 0.27% 0.87% -
XYZ 50.41 63.7 57.78 -
YUV 200.6 121.45 101.18 -
System Red Green Blue C M Y K H S L
Decimal 163 222 189 0.27 0 0.15 0.13 146.44 0.47 0.75
Hex A3 DE BD 1B 0 F D 92 2F 4B
Octal 243 336 275 33 0 17 15 222 57 113
Binary 10100011 11011110 10111101 11011 0 1111 1101 10010010 101111 1001011

Color Harmonies of #A3DEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DEBD

Black with #A3DEBD

Text Example


Text Example

White with #A3DEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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