Html Css Color HEX #A6D7BE Vista Blue

📋 copy color: '#A6D7BE'

red 166 ◦ green 215 ◦ blue 190

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

Shades of Vista Blue #A6D7BE

Tints of Vista Blue #A6D7BE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.65%

 BLUE value IS 190 (74.61% from 255) = 33.27%

R = 29.07%
G = 37.65%
B = 33.27%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#A6D7BE (or 0xA6D7BE) is known color: Vista Blue. HEX triplet: A6, D7 and BE. RGB value is (166,215,190). Sum of RGB (Red+Green+Blue) = 166+215+190=571 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.07% from 571); Green value is 215 (84.38% from 255 or 37.65% from 571); Blue value is 190 (74.61% from 255 or 33.27% from 571); Max value from RGB is 215 - color contains mainly: green. Hex color #A6D7BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D7BE is #592841. Grayscale: #C5C5C5. Windows color (decimal): -5843010 or 12507046. OLE color: 12507046.

HSL color Cylindrical-coordinate representation of color #A6D7BE: hue angle of 149.39º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A6D7BE is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 215 190 -
CMYK 0.23 0 0.12 0.16
HSL 149.39º 0.38% 0.75% -
HSV(B) 149.39º 0.23% 0.84% -
XYZ 49.32 60.43 57.78 -
YUV 197.5 123.77 105.53 -
System Red Green Blue C M Y K H S L
Decimal 166 215 190 0.23 0 0.12 0.16 149.39 0.38 0.75
Hex A6 D7 BE 17 0 C 10 95 26 4B
Octal 246 327 276 27 0 14 20 225 46 113
Binary 10100110 11010111 10111110 10111 0 1100 10000 10010101 100110 1001011

Color Harmonies of #A6D7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D7BE

Black with #A6D7BE

Text Example


Text Example

White with #A6D7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D7BE; }

 p { color: rgb(166,215,190); }

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

background-color css

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

 a { background-color: rgb(166,215,190); }

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

border-color css

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

 span { border-color: rgb(166,215,190); }

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