Html Css Color HEX #A6DDBA Vista Blue

📋 copy color: '#A6DDBA'

red 166 ◦ green 221 ◦ blue 186

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

Shades of Vista Blue #A6DDBA

Tints of Vista Blue #A6DDBA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.57%

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

R = 28.97%
G = 38.57%
B = 32.46%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#A6DDBA (or 0xA6DDBA) is known color: Vista Blue. HEX triplet: A6, DD and BA. RGB value is (166,221,186). Sum of RGB (Red+Green+Blue) = 166+221+186=573 (75% of max value = 765). Red value is 166 (65.23% from 255 or 28.97% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DDBA is #592245. Grayscale: #C8C8C8. Windows color (decimal): -5841478 or 12246438. OLE color: 12246438.

HSL color Cylindrical-coordinate representation of color #A6DDBA: hue angle of 141.82º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6DDBA is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 221 186 -
CMYK 0.25 0 0.16 0.13
HSL 141.82º 0.45% 0.76% -
HSV(B) 141.82º 0.25% 0.87% -
XYZ 50.45 63.37 56.03 -
YUV 200.57 119.78 103.35 -
System Red Green Blue C M Y K H S L
Decimal 166 221 186 0.25 0 0.16 0.13 141.82 0.45 0.76
Hex A6 DD BA 19 0 10 D 8E 2D 4C
Octal 246 335 272 31 0 20 15 216 55 114
Binary 10100110 11011101 10111010 11001 0 10000 1101 10001110 101101 1001100

Color Harmonies of #A6DDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DDBA

Black with #A6DDBA

Text Example


Text Example

White with #A6DDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DDBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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