Html Css Color HEX #A6D5BB Vista Blue

📋 copy color: '#A6D5BB'

red 166 ◦ green 213 ◦ blue 187

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

Shades of Vista Blue #A6D5BB

Tints of Vista Blue #A6D5BB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.63%

 BLUE value IS 187 (73.44% from 255) = 33.04%

R = 29.33%
G = 37.63%
B = 33.04%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#A6D5BB (or 0xA6D5BB) is known color: Vista Blue. HEX triplet: A6, D5 and BB. RGB value is (166,213,187). Sum of RGB (Red+Green+Blue) = 166+213+187=566 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.33% from 566); Green value is 213 (83.59% from 255 or 37.63% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 213 - color contains mainly: green. Hex color #A6D5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D5BB is #592A44. Grayscale: #C4C4C4. Windows color (decimal): -5843525 or 12309926. OLE color: 12309926.

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

Color convert

RGB 166 213 187 -
CMYK 0.22 0 0.12 0.16
HSL 146.81º 0.36% 0.74% -
HSV(B) 146.81º 0.22% 0.84% -
XYZ 48.49 59.28 55.9 -
YUV 195.98 122.93 106.61 -
System Red Green Blue C M Y K H S L
Decimal 166 213 187 0.22 0 0.12 0.16 146.81 0.36 0.74
Hex A6 D5 BB 16 0 C 10 93 24 4A
Octal 246 325 273 26 0 14 20 223 44 112
Binary 10100110 11010101 10111011 10110 0 1100 10000 10010011 100100 1001010

Color Harmonies of #A6D5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D5BB

Black with #A6D5BB

Text Example


Text Example

White with #A6D5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D5BB; }

 p { color: rgb(166,213,187); }

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

background-color css

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

 a { background-color: rgb(166,213,187); }

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

border-color css

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

 span { border-color: rgb(166,213,187); }

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