Html Css Color HEX #A7DCC2 Vista Blue

📋 copy color: '#A7DCC2'

red 167 ◦ green 220 ◦ blue 194

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

Shades of Vista Blue #A7DCC2

Tints of Vista Blue #A7DCC2

RGB

 RED value IS 167 (65.63% from 255) = 28.74%

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

 BLUE value IS 194 (76.17% from 255) = 33.39%

R = 28.74%
G = 37.87%
B = 33.39%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#A7DCC2 (or 0xA7DCC2) is known color: Vista Blue. HEX triplet: A7, DC and C2. RGB value is (167,220,194). Sum of RGB (Red+Green+Blue) = 167+220+194=581 (76% of max value = 765). Red value is 167 (65.62% from 255 or 28.74% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 194 (76.17% from 255 or 33.39% from 581); Max value from RGB is 220 - color contains mainly: green. Hex color #A7DCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DCC2 is #58233D. Grayscale: #C9C9C9. Windows color (decimal): -5776190 or 12770471. OLE color: 12770471.

HSL color Cylindrical-coordinate representation of color #A7DCC2: hue angle of 150.57º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7DCC2 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 220 194 -
CMYK 0.24 0 0.12 0.14
HSL 150.57º 0.43% 0.76% -
HSV(B) 150.57º 0.24% 0.86% -
XYZ 51.27 63.3 60.55 -
YUV 201.19 123.94 103.61 -
System Red Green Blue C M Y K H S L
Decimal 167 220 194 0.24 0 0.12 0.14 150.57 0.43 0.76
Hex A7 DC C2 18 0 C E 97 2B 4C
Octal 247 334 302 30 0 14 16 227 53 114
Binary 10100111 11011100 11000010 11000 0 1100 1110 10010111 101011 1001100

Color Harmonies of #A7DCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DCC2

Black with #A7DCC2

Text Example


Text Example

White with #A7DCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DCC2; }

 p { color: rgb(167,220,194); }

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

background-color css

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

 a { background-color: rgb(167,220,194); }

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

border-color css

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

 span { border-color: rgb(167,220,194); }

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