Html Css Color HEX #A0DCC4 Vista Blue

📋 copy color: '#A0DCC4'

red 160 ◦ green 220 ◦ blue 196

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

Shades of Vista Blue #A0DCC4

Tints of Vista Blue #A0DCC4

RGB

 RED value IS 160 (62.89% from 255) = 27.78%

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

 BLUE value IS 196 (76.95% from 255) = 34.03%

R = 27.78%
G = 38.19%
B = 34.03%

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

#A0DCC4 (or 0xA0DCC4) is known color: Vista Blue. HEX triplet: A0, DC and C4. RGB value is (160,220,196). Sum of RGB (Red+Green+Blue) = 160+220+196=576 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.78% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 196 (76.95% from 255 or 34.03% from 576); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DCC4 is #5F233B. Grayscale: #C7C7C7. Windows color (decimal): -6234940 or 12901536. OLE color: 12901536.

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

Color convert

RGB 160 220 196 -
CMYK 0.27 0 0.11 0.14
HSL 156º 0.46% 0.75% -
HSV(B) 156º 0.27% 0.86% -
XYZ 50.05 62.65 61.68 -
YUV 199.32 126.12 99.95 -
System Red Green Blue C M Y K H S L
Decimal 160 220 196 0.27 0 0.11 0.14 156 0.46 0.75
Hex A0 DC C4 1B 0 B E 9C 2E 4B
Octal 240 334 304 33 0 13 16 234 56 113
Binary 10100000 11011100 11000100 11011 0 1011 1110 10011100 101110 1001011

Color Harmonies of #A0DCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DCC4

Black with #A0DCC4

Text Example


Text Example

White with #A0DCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DCC4; }

 p { color: rgb(160,220,196); }

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

background-color css

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

 a { background-color: rgb(160,220,196); }

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

border-color css

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

 span { border-color: rgb(160,220,196); }

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