Html Css Color HEX #A4DCC3 Vista Blue

📋 copy color: '#A4DCC3'

red 164 ◦ green 220 ◦ blue 195

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

Shades of Vista Blue #A4DCC3

Tints of Vista Blue #A4DCC3

RGB

 RED value IS 164 (64.45% from 255) = 28.32%

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

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

R = 28.32%
G = 38%
B = 33.68%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#A4DCC3 (or 0xA4DCC3) is known color: Vista Blue. HEX triplet: A4, DC and C3. RGB value is (164,220,195). Sum of RGB (Red+Green+Blue) = 164+220+195=579 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.32% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 195 (76.56% from 255 or 33.68% from 579); Max value from RGB is 220 - color contains mainly: green. Hex color #A4DCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DCC3 is #5B233C. Grayscale: #C8C8C8. Windows color (decimal): -5972797 or 12836004. OLE color: 12836004.

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

Color convert

RGB 164 220 195 -
CMYK 0.25 0 0.11 0.14
HSL 153.21º 0.44% 0.75% -
HSV(B) 153.21º 0.25% 0.86% -
XYZ 50.75 63.02 61.12 -
YUV 200.41 124.95 102.03 -
System Red Green Blue C M Y K H S L
Decimal 164 220 195 0.25 0 0.11 0.14 153.21 0.44 0.75
Hex A4 DC C3 19 0 B E 99 2C 4B
Octal 244 334 303 31 0 13 16 231 54 113
Binary 10100100 11011100 11000011 11001 0 1011 1110 10011001 101100 1001011

Color Harmonies of #A4DCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DCC3

Black with #A4DCC3

Text Example


Text Example

White with #A4DCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DCC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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