Html Css Color HEX #A6D8BE Vista Blue

📋 copy color: '#A6D8BE'

red 166 ◦ green 216 ◦ blue 190

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

Shades of Vista Blue #A6D8BE

Tints of Vista Blue #A6D8BE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.76%

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

R = 29.02%
G = 37.76%
B = 33.22%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#A6D8BE (or 0xA6D8BE) is known color: Vista Blue. HEX triplet: A6, D8 and BE. RGB value is (166,216,190). Sum of RGB (Red+Green+Blue) = 166+216+190=572 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.02% from 572); Green value is 216 (84.77% from 255 or 37.76% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 216 - color contains mainly: green. Hex color #A6D8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D8BE is #592741. Grayscale: #C6C6C6. Windows color (decimal): -5842754 or 12507302. OLE color: 12507302.

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

Color convert

RGB 166 216 190 -
CMYK 0.23 0 0.12 0.15
HSL 148.8º 0.39% 0.75% -
HSV(B) 148.8º 0.23% 0.85% -
XYZ 49.58 60.94 57.86 -
YUV 198.09 123.44 105.11 -
System Red Green Blue C M Y K H S L
Decimal 166 216 190 0.23 0 0.12 0.15 148.8 0.39 0.75
Hex A6 D8 BE 17 0 C F 95 27 4B
Octal 246 330 276 27 0 14 17 225 47 113
Binary 10100110 11011000 10111110 10111 0 1100 1111 10010101 100111 1001011

Color Harmonies of #A6D8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D8BE

Black with #A6D8BE

Text Example


Text Example

White with #A6D8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D8BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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