Html Css Color HEX #A6D8B8 Vista Blue

📋 copy color: '#A6D8B8'

red 166 ◦ green 216 ◦ blue 184

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

Shades of Vista Blue #A6D8B8

Tints of Vista Blue #A6D8B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 32.51%

R = 29.33%
G = 38.16%
B = 32.51%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#A6D8B8 (or 0xA6D8B8) is known color: Vista Blue. HEX triplet: A6, D8 and B8. RGB value is (166,216,184). Sum of RGB (Red+Green+Blue) = 166+216+184=566 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.33% from 566); Green value is 216 (84.77% from 255 or 38.16% from 566); Blue value is 184 (72.27% from 255 or 32.51% from 566); Max value from RGB is 216 - color contains mainly: green. Hex color #A6D8B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D8B8 is #592747. Grayscale: #C5C5C5. Windows color (decimal): -5842760 or 12114086. OLE color: 12114086.

HSL color Cylindrical-coordinate representation of color #A6D8B8: hue angle of 141.6º 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 #A6D8B8 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 216 184 -
CMYK 0.23 0 0.15 0.15
HSL 141.6º 0.39% 0.75% -
HSV(B) 141.6º 0.23% 0.85% -
XYZ 48.93 60.68 54.48 -
YUV 197.4 120.44 105.6 -
System Red Green Blue C M Y K H S L
Decimal 166 216 184 0.23 0 0.15 0.15 141.6 0.39 0.75
Hex A6 D8 B8 17 0 F F 8E 27 4B
Octal 246 330 270 27 0 17 17 216 47 113
Binary 10100110 11011000 10111000 10111 0 1111 1111 10001110 100111 1001011

Color Harmonies of #A6D8B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D8B8

Black with #A6D8B8

Text Example


Text Example

White with #A6D8B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D8B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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