Html Css Color HEX #A6DAB7 Vista Blue

📋 copy color: '#A6DAB7'

red 166 ◦ green 218 ◦ blue 183

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

Shades of Vista Blue #A6DAB7

Tints of Vista Blue #A6DAB7

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.45%

 BLUE value IS 183 (71.88% from 255) = 32.28%

R = 29.28%
G = 38.45%
B = 32.28%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#A6DAB7 (or 0xA6DAB7) is known color: Vista Blue. HEX triplet: A6, DA and B7. RGB value is (166,218,183). Sum of RGB (Red+Green+Blue) = 166+218+183=567 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.28% from 567); Green value is 218 (85.55% from 255 or 38.45% from 567); Blue value is 183 (71.88% from 255 or 32.28% from 567); Max value from RGB is 218 - color contains mainly: green. Hex color #A6DAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DAB7 is #592548. Grayscale: #C6C6C6. Windows color (decimal): -5842249 or 12049062. OLE color: 12049062.

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

Color convert

RGB 166 218 183 -
CMYK 0.24 0 0.16 0.15
HSL 139.62º 0.41% 0.75% -
HSV(B) 139.62º 0.24% 0.85% -
XYZ 49.34 61.67 54.1 -
YUV 198.46 119.27 104.85 -
System Red Green Blue C M Y K H S L
Decimal 166 218 183 0.24 0 0.16 0.15 139.62 0.41 0.75
Hex A6 DA B7 18 0 10 F 8C 29 4B
Octal 246 332 267 30 0 20 17 214 51 113
Binary 10100110 11011010 10110111 11000 0 10000 1111 10001100 101001 1001011

Color Harmonies of #A6DAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DAB7

Black with #A6DAB7

Text Example


Text Example

White with #A6DAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DAB7; }

 p { color: rgb(166,218,183); }

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

background-color css

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

 a { background-color: rgb(166,218,183); }

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

border-color css

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

 span { border-color: rgb(166,218,183); }

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