Html Css Color HEX #A6C9B6 Vista Blue

📋 copy color: '#A6C9B6'

red 166 ◦ green 201 ◦ blue 182

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

Shades of Vista Blue #A6C9B6

Tints of Vista Blue #A6C9B6

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.61%

 BLUE value IS 182 (71.48% from 255) = 33.15%

R = 30.24%
G = 36.61%
B = 33.15%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#A6C9B6 (or 0xA6C9B6) is known color: Vista Blue. HEX triplet: A6, C9 and B6. RGB value is (166,201,182). Sum of RGB (Red+Green+Blue) = 166+201+182=549 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.24% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 182 (71.48% from 255 or 33.15% from 549); Max value from RGB is 201 - color contains mainly: green. Hex color #A6C9B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C9B6 is #593649. Grayscale: #BCBCBC. Windows color (decimal): -5846602 or 11979174. OLE color: 11979174.

HSL color Cylindrical-coordinate representation of color #A6C9B6: hue angle of 147.43º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A6C9B6 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 201 182 -
CMYK 0.17 0 0.09 0.21
HSL 147.43º 0.24% 0.72% -
HSV(B) 147.43º 0.17% 0.79% -
XYZ 45.06 53.26 52.16 -
YUV 188.37 124.4 112.04 -
System Red Green Blue C M Y K H S L
Decimal 166 201 182 0.17 0 0.09 0.21 147.43 0.24 0.72
Hex A6 C9 B6 11 0 9 15 93 18 48
Octal 246 311 266 21 0 11 25 223 30 110
Binary 10100110 11001001 10110110 10001 0 1001 10101 10010011 11000 1001000

Color Harmonies of #A6C9B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C9B6

Black with #A6C9B6

Text Example


Text Example

White with #A6C9B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C9B6; }

 p { color: rgb(166,201,182); }

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

background-color css

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

 a { background-color: rgb(166,201,182); }

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

border-color css

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

 span { border-color: rgb(166,201,182); }

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