Html Css Color HEX #A0DCBC Vista Blue

📋 copy color: '#A0DCBC'

red 160 ◦ green 220 ◦ blue 188

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

Shades of Vista Blue #A0DCBC

Tints of Vista Blue #A0DCBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.1%

R = 28.17%
G = 38.73%
B = 33.1%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#A0DCBC (or 0xA0DCBC) is known color: Vista Blue. HEX triplet: A0, DC and BC. RGB value is (160,220,188). Sum of RGB (Red+Green+Blue) = 160+220+188=568 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.17% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 188 (73.83% from 255 or 33.10% from 568); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DCBC is #5F2343. Grayscale: #C6C6C6. Windows color (decimal): -6234948 or 12377248. OLE color: 12377248.

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

Color convert

RGB 160 220 188 -
CMYK 0.27 0 0.15 0.14
HSL 148º 0.46% 0.75% -
HSV(B) 148º 0.27% 0.86% -
XYZ 49.17 62.29 57.01 -
YUV 198.41 122.12 100.6 -
System Red Green Blue C M Y K H S L
Decimal 160 220 188 0.27 0 0.15 0.14 148 0.46 0.75
Hex A0 DC BC 1B 0 F E 94 2E 4B
Octal 240 334 274 33 0 17 16 224 56 113
Binary 10100000 11011100 10111100 11011 0 1111 1110 10010100 101110 1001011

Color Harmonies of #A0DCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DCBC

Black with #A0DCBC

Text Example


Text Example

White with #A0DCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DCBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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