Html Css Color HEX #A6DCBA Vista Blue

📋 copy color: '#A6DCBA'

red 166 ◦ green 220 ◦ blue 186

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

Shades of Vista Blue #A6DCBA

Tints of Vista Blue #A6DCBA

RGB

 RED value IS 166 (65.23% from 255) = 29.02%

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

 BLUE value IS 186 (73.05% from 255) = 32.52%

R = 29.02%
G = 38.46%
B = 32.52%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#A6DCBA (or 0xA6DCBA) is known color: Vista Blue. HEX triplet: A6, DC and BA. RGB value is (166,220,186). Sum of RGB (Red+Green+Blue) = 166+220+186=572 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.02% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DCBA is #592345. Grayscale: #C8C8C8. Windows color (decimal): -5841734 or 12246182. OLE color: 12246182.

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

Color convert

RGB 166 220 186 -
CMYK 0.25 0 0.15 0.14
HSL 142.22º 0.44% 0.76% -
HSV(B) 142.22º 0.25% 0.86% -
XYZ 50.18 62.84 55.94 -
YUV 199.98 120.11 103.76 -
System Red Green Blue C M Y K H S L
Decimal 166 220 186 0.25 0 0.15 0.14 142.22 0.44 0.76
Hex A6 DC BA 19 0 F E 8E 2C 4C
Octal 246 334 272 31 0 17 16 216 54 114
Binary 10100110 11011100 10111010 11001 0 1111 1110 10001110 101100 1001100

Color Harmonies of #A6DCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DCBA

Black with #A6DCBA

Text Example


Text Example

White with #A6DCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DCBA; }

 p { color: rgb(166,220,186); }

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

background-color css

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

 a { background-color: rgb(166,220,186); }

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

border-color css

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

 span { border-color: rgb(166,220,186); }

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