Html Css Color HEX #A8DCC0 Vista Blue

📋 copy color: '#A8DCC0'

red 168 ◦ green 220 ◦ blue 192

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

Shades of Vista Blue #A8DCC0

Tints of Vista Blue #A8DCC0

RGB

 RED value IS 168 (66.02% from 255) = 28.97%

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

 BLUE value IS 192 (75.39% from 255) = 33.1%

R = 28.97%
G = 37.93%
B = 33.1%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#A8DCC0 (or 0xA8DCC0) is known color: Vista Blue. HEX triplet: A8, DC and C0. RGB value is (168,220,192). Sum of RGB (Red+Green+Blue) = 168+220+192=580 (76% of max value = 765). Red value is 168 (66.02% from 255 or 28.97% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 192 (75.39% from 255 or 33.10% from 580); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DCC0 is #57233F. Grayscale: #C9C9C9. Windows color (decimal): -5710656 or 12639400. OLE color: 12639400.

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

Color convert

RGB 168 220 192 -
CMYK 0.24 0 0.13 0.14
HSL 147.69º 0.43% 0.76% -
HSV(B) 147.69º 0.24% 0.86% -
XYZ 51.26 63.32 59.39 -
YUV 201.26 122.77 104.28 -
System Red Green Blue C M Y K H S L
Decimal 168 220 192 0.24 0 0.13 0.14 147.69 0.43 0.76
Hex A8 DC C0 18 0 D E 94 2B 4C
Octal 250 334 300 30 0 15 16 224 53 114
Binary 10101000 11011100 11000000 11000 0 1101 1110 10010100 101011 1001100

Color Harmonies of #A8DCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DCC0

Black with #A8DCC0

Text Example


Text Example

White with #A8DCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DCC0; }

 p { color: rgb(168,220,192); }

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

background-color css

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

 a { background-color: rgb(168,220,192); }

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

border-color css

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

 span { border-color: rgb(168,220,192); }

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