Html Css Color HEX #A3DDB6 Vista Blue

📋 copy color: '#A3DDB6'

red 163 ◦ green 221 ◦ blue 182

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

Shades of Vista Blue #A3DDB6

Tints of Vista Blue #A3DDB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 32.16%

R = 28.8%
G = 39.05%
B = 32.16%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#A3DDB6 (or 0xA3DDB6) is known color: Vista Blue. HEX triplet: A3, DD and B6. RGB value is (163,221,182). Sum of RGB (Red+Green+Blue) = 163+221+182=566 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.80% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 182 (71.48% from 255 or 32.16% from 566); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DDB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DDB6 is #5C2249. Grayscale: #C7C7C7. Windows color (decimal): -6038090 or 11984291. OLE color: 11984291.

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

Color convert

RGB 163 221 182 -
CMYK 0.26 0 0.18 0.13
HSL 139.66º 0.46% 0.75% -
HSV(B) 139.66º 0.26% 0.87% -
XYZ 49.4 62.88 53.79 -
YUV 199.21 118.28 102.17 -
System Red Green Blue C M Y K H S L
Decimal 163 221 182 0.26 0 0.18 0.13 139.66 0.46 0.75
Hex A3 DD B6 1A 0 12 D 8C 2E 4B
Octal 243 335 266 32 0 22 15 214 56 113
Binary 10100011 11011101 10110110 11010 0 10010 1101 10001100 101110 1001011

Color Harmonies of #A3DDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DDB6

Black with #A3DDB6

Text Example


Text Example

White with #A3DDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DDB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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