Html Css Color HEX #A6DFBE Vista Blue

📋 copy color: '#A6DFBE'

red 166 ◦ green 223 ◦ blue 190

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

Shades of Vista Blue #A6DFBE

Tints of Vista Blue #A6DFBE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.51%

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

R = 28.67%
G = 38.51%
B = 32.82%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#A6DFBE (or 0xA6DFBE) is known color: Vista Blue. HEX triplet: A6, DF and BE. RGB value is (166,223,190). Sum of RGB (Red+Green+Blue) = 166+223+190=579 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.67% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DFBE is #592041. Grayscale: #CACACA. Windows color (decimal): -5840962 or 12509094. OLE color: 12509094.

HSL color Cylindrical-coordinate representation of color #A6DFBE: hue angle of 145.26º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6DFBE is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 223 190 -
CMYK 0.26 0 0.15 0.13
HSL 145.26º 0.47% 0.76% -
HSV(B) 145.26º 0.26% 0.87% -
XYZ 51.41 64.6 58.47 -
YUV 202.2 121.12 102.18 -
System Red Green Blue C M Y K H S L
Decimal 166 223 190 0.26 0 0.15 0.13 145.26 0.47 0.76
Hex A6 DF BE 1A 0 F D 91 2F 4C
Octal 246 337 276 32 0 17 15 221 57 114
Binary 10100110 11011111 10111110 11010 0 1111 1101 10010001 101111 1001100

Color Harmonies of #A6DFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DFBE

Black with #A6DFBE

Text Example


Text Example

White with #A6DFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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