Html Css Color HEX #A1DCC3 Vista Blue

📋 copy color: '#A1DCC3'

red 161 ◦ green 220 ◦ blue 195

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

Shades of Vista Blue #A1DCC3

Tints of Vista Blue #A1DCC3

RGB

 RED value IS 161 (63.28% from 255) = 27.95%

 GREEN value IS 220 (86.33% from 255) = 38.19%

 BLUE value IS 195 (76.56% from 255) = 33.85%

R = 27.95%
G = 38.19%
B = 33.85%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#A1DCC3 (or 0xA1DCC3) is known color: Vista Blue. HEX triplet: A1, DC and C3. RGB value is (161,220,195). Sum of RGB (Red+Green+Blue) = 161+220+195=576 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.95% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 195 (76.56% from 255 or 33.85% from 576); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DCC3 is #5E233C. Grayscale: #C7C7C7. Windows color (decimal): -6169405 or 12836001. OLE color: 12836001.

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

Color convert

RGB 161 220 195 -
CMYK 0.27 0 0.11 0.14
HSL 154.58º 0.46% 0.75% -
HSV(B) 154.58º 0.27% 0.86% -
XYZ 50.14 62.7 61.09 -
YUV 199.51 125.45 100.53 -
System Red Green Blue C M Y K H S L
Decimal 161 220 195 0.27 0 0.11 0.14 154.58 0.46 0.75
Hex A1 DC C3 1B 0 B E 9B 2E 4B
Octal 241 334 303 33 0 13 16 233 56 113
Binary 10100001 11011100 11000011 11011 0 1011 1110 10011011 101110 1001011

Color Harmonies of #A1DCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DCC3

Black with #A1DCC3

Text Example


Text Example

White with #A1DCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DCC3; }

 p { color: rgb(161,220,195); }

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

background-color css

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

 a { background-color: rgb(161,220,195); }

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

border-color css

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

 span { border-color: rgb(161,220,195); }

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